nbsoli.blogg.se

The perfect assistant cast
The perfect assistant cast










the perfect assistant cast

* Fix tradfri problem with brightness ( home-assistant#10359) * Addition of new binary sensor class 'plug' * Addition of new binary sensor class 'plug' ( home-assistant#10336) I can find the exact same properties in hass's logs for the nVidia Shield, but nothing for the Google Home. But the only of these three fields actively used by hass is to detect if the Cast device is turned on or not. There are a couple things bothering me: is_stand_by and is_active_input are reversed between both devices, and the api_version field isn't set for the Google Home.

THE PERFECT ASSISTANT CAST ANDROID

> cast = next(cc for cc in casts if cc.iendly_name = "SHIELD")ĭeviceStatus(friendly_name='SHIELD', model_name='SHIELD Android TV', manufacturer='NVIDIA', api_version=(1, 0), uuid=UUID('b5ca4b1e-6811-58c0-4b0a-9df6ed8d6731'), cast_type='cast')ĬastStatus(is_active_input=True, is_stand_by=False, volume_level=0.8666666746139526, volume_muted=False, app_id=None, display_name=None, namespaces=, session_id=None, transport_id=None, status_text='')

the perfect assistant cast

> cast = next(cc for cc in casts if cc.iendly_name = "Salon")ĭeviceStatus(friendly_name='Salon', model_name='Google Home', manufacturer=None, api_version=None, uuid=UUID('b461bb68-1182-d275-c550-60385dbbd687'), cast_type='cast')ĬastStatus(is_active_input=False, is_stand_by=True, volume_level=0.6163636445999146, volume_muted=False, app_id=None, display_name=None, namespaces=, session_id=None, transport_id=None, status_text='') I also tried to disabled the discovery component and the Shield TV entry: Here, two queries are made to get device status. 08:15:49 DEBUG (Thread-4) Received status: CastStatus(is_active_input=True, is_stand_by=False, volume_level=0.8666666746139526, volume_muted=False, app_id=None, display_name=None, namespaces=, session_id=None, transport_id=None, status_text='') 08:15:49 DEBUG (SyncWorker_12) Sending: Message urn:x-cast.connection from sender-0 to receiver-0: 08:15:49 DEBUG (SyncWorker_12) Receiver:Updating status 08:15:49 INFO (SyncWorker_12) Querying device status 08:15:49 INFO (SyncWorker_16) Querying device status












The perfect assistant cast