Hi.
I’m trying to integrate my Amazon Fire Tablet with Home Assistant, but after spending hours on this I cannot seem to be able to see the sensor on HA
I’m running Hassio on a virtual Ubuntu server and is working well
I installed Fully Kiosk on the tablet and it looks good. However HA cannot see the sensor, find below details of my configuration:
sensors.yaml:
So it seems like HA, for some reason simply is ignoring the information I put on the sensors.yaml file - although I checked and the syntax is 100% correct.
Maybe I’m missing something?
Thanks again
Do you see the sensor you have defined in the Configuration -> Entities list? If not, make sure your sensors.yaml file is being included. Check your configuration.yaml to ensure you have the appropriate include line for sensors.yaml.
I’ve been working on a custom component to control Fully Kiosk Browser in HA. It can be added as a custom repository in HACS. Currently supports a handful of sensors, a light entity to turn the screen on/off and control brightness, and switches to control the screensaver, kiosk lock, and maintenance mode.
Tony
You hit the nail on the head: there is no include sensors.yaml in configuration.yaml
It seems the sensors.yaml have the code duplicated on the sensors.yaml, which is why it works with the current sensors!
I will give it a try tomorrow
Thanks again
Javier