Also, is it possible to have more than one certain type of entity in each room? I have 2 media players that I want to place in my Living Room config file, but when I do, only one shows up. Same for Switches / Devices.
I loved the new update. I was so excited that I can seonsors. as a motion and door sensor in the configuration. It does not crash now after the update, but it does not update state either.
The reason for such this is the sensors is attached to a basic sonoff device and only update the state when it’s active and I wanted it to last for 5 minutes.
My guess is that the theme code does not recognise my motion sensor state name and does not update?
I have the same issue with motion and door sensors on custom component Broadlink S1C.
Also why don’t you directly use binary_sensor.living_room_motion ?
Because the the state only updates when the sensor is ‘on’ and it changes state very fast. I wanted the state to remain updated for 5 minutes.
Can I modify your code to include states like motion_detected and ‘open’ 'closed?
It can, but then again every update will override al your changes. Also you need to change like 6 or 7 files on many places. I would recommend you to change your states as said to True or False or On/Off in your sensor config (value) template. It’s then the same as a normal door/motion would work so its also better for HA itself. And you don’t have to change any of my theme core files.
Sorry 2e misunderstood each other. Controlling the vacuum with start and stop works and also the map is showing correctly but zoned cleaning won’t work due to send command template issues I think
I was having issues getting my rooms icons to show up, when I realized that it’s the motion sensor that is causing the issue. For my kitchen motion, I actually have two motion sensors. I have some logic built in that feeds an input_boolean which I use as my “Kitchen motion sensor”. Is there any way you could allow input_booleans as motion sensors in a future update?
I can make it, but an input_boolean is not intended as a sensor to be honest. You can convert your input_boolean into a binary_sensor or sensor using a template. I personally recommend you to do that instead Template - Home Assistant
Aah now we understand each other haha Yeah zoned cleanup still doesn’t work, need to fix that yes. I use that card for it but it doesn’t have the right coordinates, will be fixed soon.
I need a little help, I’ve installed the theme. But if I want to change (toggle) light following error is coming up: service browser_mod/popup not found. I#ve installed it via HACS. What can I do?