Hi, I cannot get the speak-text rule to work. When I trigger the button nothing is said from my tablet. I’ve also tried testing it on my phone which also doesn’t work. I’ve checked that both devices have their sound on. Both apps on version 39.3. Am I doing something wrong? Here is my code, basically the same as the example from the rules announcement thread from a few years ago:
"rules": {
"driveway-laser": {
"name": "Driveway Laser",
"condition": {
"item": "1e6ockwvl1oa51gyyg0xklm331.input_button.driveway_laser#generic.button-generic",
"operator": "eq",
"value": "on"
},
"action": {
"type": "speak-text",
"binding": null,
"value": "Driveway"
},
"enabled": true
}
}
Many thanks,
Tom