I borrowed it from another post and modified it slightly. Here’s one error:
2019-09-21 06:24:11 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: script
When I flip the switch, I get
Failed to call service switch/turn_on unable to find service script/button_test
See file
All I want to do is have a push button that publishes a topic. Surely it can’t be hard, but I can’t find the answer. I’ve tried at least 6 different suggested ways of doing it and nothing works. Please help.
Thanks,
Jim.
Here’s the entry in configuration.yaml that calls it:
Thanks, all I want to do after the delay is reset the switch display to the off position. How can I do that? This is supposed to be a simple push button, rather than an on/off switch.
That works. It takes up a whole lot more real estate than it should but I can live with it. The designer of this UI must be a reincarnated COBOL programmer.