elkarto
elkarto
Do any of you have problems with message length? I have managed to get it working on an Amcrest AD110. If the message is very short, everything works fine. But...
I think it might work with an iframe card. Using the webrtc link from addon GUI. I haven't tested it completely, because I don't have a microphone on my PC....
Same problem here: `{{ states.media_player | selectattr('attributes.last_called', 'eq', True) | map(attribute='entity_id') | first }}` Template sensor working fine, returning the entity_id of last called alexa media player. Developer tools return...
> This can be solved by first checking if the attributes are defined for the entity. > > For instance: > > ``` > {% set sensors = states.sensor >...
> I don't see the bug in this issue report? The given template is iterating over all entities and tries to access the `device_class` on state objects that don't have...