I’ve got a bit of an odd one which I’m hoping is me being stupid.
After recently coming to HomeAssistant I’d set up some automation using the gui and in some of them one of the actions would be to turn a boolean input on or off using the call for service input_boolean.turn_on method.
Now this worked fine but as i added more automations and started understanding YAML more I decided to redo all my automations from scratch using Visual Studio Code.
So i created a basic one which when motion was detected it would turn a boolean input to on. However it didn’t work despite much tweaking.
Thinking it was me doing it wrong i went to add it again using the GUI automation builder but when I get to the action and select call for service dropdown, in the next drop down I can’t find any of the input_boolean. turn off/ turn on/ toggle options that I’d used before.
The only thing i can think of is i’ve upgraded home assistant to the latest version last night and it’s moved to be under something else.
Don’t think it shows up if you don’t have any input_booleans defined… verify under states that you have an existing input_boolean entity under the Developer Tools > States
When this happens to me, closing the browser and creating a new connection to the frontend usually fixes it. This has happened to me several times after restarting HA but keeping the the same broswer frontend connection open. I am using google chrome broswer.