Hello, is there a way to remotely reboot Atom Lite being used as BLE Proxy?
I only see a Safe Mode Boot in HA.
Hello, is there a way to remotely reboot Atom Lite being used as BLE Proxy?
I only see a Safe Mode Boot in HA.
Thanks for reply. I did previously see that page and tried copying into my existing yaml code in Device Builder and then Installed onto the Atom Lite. It didn’t generate a restart switch in the ESP integration where the Safe Boot option is displayed. Does it just create the entity that you assign to a switch?
Check the disabled entities. For some reason these always seem to be disabled by default and I need to manually enable.
Maybe adding disabled_by_default: true could correct that. That should default to false but seems for restart it does not
EDIT
I actually use button and like an idiot i have been disabling (disabled_by_default: true )
button:
- platform: restart
id: restart_button
name: "Restart"
entity_category: config
# disabled_by_default: true
icon: "mdi:restart"
Thanks for the assistance. I added the yaml code again and had same outcome. I literally Installed again and then the button appeared.
Thanks again. So good to have remote restart.