hass-browser_mod
hass-browser_mod copied to clipboard
Can I get the browser_id of the current browser in a template?
I would like to be able to control the brightness of the current browser by a slider using the light.<<browser_id>>_screen
entity.
Something like:
type: entities
entities:
- type: custom:slider-entity-row
entity: light.{{browser_id}}_screen
Would something like this be possible? I hope the get this working, but currently I'm stuck at being able to retrieve the current browser_id
+1 this
https://github.com/thomasloven/hass-browser_mod/issues/631#issuecomment-1791956956 might be a solution