#Automatic adjustment to devices in the rooms

1 messages · Page 1 of 1 (latest)

fluid light
#

I have a question. I would like to adjust my rooms so that I can see devices there over Christmas but don't have to delete them again after Christmas and then add them again. Is there a way to do this?

white socket
#

You can probably use the Visibility tab for this. Just for the sake of demonstration, here's the YAML code for an Entity Filter card (which unfortunately can't be configured via the UI):

entities:
  - entity: sensor.thermo_finn_battery
  - entity: sensor.thermo_lennart_battery
  - entity: sensor.thermo_bad_battery
  - entity: sensor.thermo_astrid_battery
  - entity: 
conditions:
  - condition: numeric_state
    below: 31
card:
  type: entities````
This is for entities, but you should be able to configure something for devices, too (via the Visibility tab).
There's no condition related to dates or calendars, though, so that would be a manual configuration: Add a condition that makes the entities/devices "disappear" after Christmas, and remove the condition (or set it to something that's always true) when you want them to "show up" again.