home-assistant / ui-schema

A schema to define a user interface for Home Assistant.
Apache License 2.0
41 stars 6 forks source link

Update picture-glance on entity service call #199

Closed ghost closed 5 years ago

ghost commented 5 years ago

move[bot] commented on Nov 29, 2018, 6:10 PM UTC:

nragon commented on Nov 29, 2018, 4:21 PM UTC:

It should be possible to update a picture-glance, in this particular case, cameras, when I call lights on/off service within this picture-glance. This would help the user know if the action was successfully executed without opening the card.

This issue was moved by fabaff from home-assistant/home-assistant#18789.

This issue was moved by iantrich from home-assistant/home-assistant-polymer#2148.

ghost commented 5 years ago

@iantrich commented on Nov 29, 2018, 7:12 PM UTC:

nragon I want to make sure I properly understand; You have a picture-glance card that is using a camera_image and clicking on it makes a service call to turn lights on/off? And you want the camera_image to update to show this change somehow?

nragon commented 5 years ago

Sorry, let me rephrase then :) I have a picture-glance card that is using a camera_image(on click just shows live stream) Then, under entities, I have a switch to turn lights on. If I click the switch I have to open the live stream or wait for next available image in order to see some real change. I think we should force a new image whenever an action is performed on any entity under entities.

iantrich commented 5 years ago

Closing this as we now support live stream