hass-browser_mod icon indicating copy to clipboard operation
hass-browser_mod copied to clipboard

Can I get the browser_id of the current browser in a template?

Open JelkeH opened this issue 1 year ago • 2 comments

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

JelkeH avatar May 19 '23 21:05 JelkeH

+1 this

jdtechsol avatar Nov 03 '23 19:11 jdtechsol

https://github.com/thomasloven/hass-browser_mod/issues/631#issuecomment-1791956956 might be a solution

ViRuSTriNiTy avatar Jan 11 '24 22:01 ViRuSTriNiTy