Conrad Hagemans
Conrad Hagemans
Solution is simple. Overwrite with domain: sensor See sample: ``` - entity: switch.switch name: Is it on? domain: sensor value: mdi:star color: black map_state: "on": color: yellow
You can insert an image using the escape codes from UNICODE. For example "\U0001F5A5" in: ``` heading: - "\U0001F5A5 Hal" ``` See for other examples: [UNICODE](https://codepoints.net/U+1F5A5)
See my sample: ``` - entity: binary_sensor.deursensor01 name: Meterkast map_state: 'on': 'mdi:door-open' 'off': 'mdi:door-closed'
Do something like this: ``` - entity: binary_sensor.deursensor01 name: Meterkast map_state: 'on': 'mdi:door-open' 'off': 'mdi:door-closed'
Did you try to add domain: sensor To the entity
I am using: ``` heading: - "\U0001F5A5 Computer" ``` This works
> I had the same issue and was fixed by recreating my Home Assistant application/API token. I may be that this is intermittent problem, so I'm not certain this is...
Hi @ScharV or @bdonohoe can you help me? Where is the client.js file stored and what do I have to edit? I am running Mosquitto on my linux server in...
Take your time and drive carefully. Thanks.
@ScharV thank you for the quick response. I will try it out and post an update later tonight.