LAB02 Research | Sam

Results 136 comments of LAB02 Research | Sam

That's odd, the TV shouldn't be a problem. Could you try with this beta: https://github.com/LAB02-Research/HASS.Agent/releases/tag/2022.13.0-beta2 Otherwise, could you see if there's anything interesting in the logs (`%appdata%\LAB02 Research\HASS.Agent\logs`)

I've merged all tickets related to this issue into a central pinned one: [#204] Closing this one to keep it in one place.

Added to latest release

Hi @StumblingGamer, sorry for the late reply. The local API was used for the old integrations to provide notifications and mediaplayer support, but the new all-in-one integration uses MQTT as...

I've merged all tickets related to this issue into a central pinned one: [#204] Closing this one to keep it in one place.

I've merged all tickets related to this issue into a central pinned one: [#204] Closing this one to keep it in one place.

Most multivalue sensors now use attributes: ![image](https://user-images.githubusercontent.com/81011038/191701410-15b4db0b-f19b-45b4-9209-35418e699199.png)

You can use template sensors to convert any of them into regular ones.

I took the liberty of writing an example for you: ```yaml template: sensor: - storage_capacity_c: friendly_name: "Storage Capacity Drive C" unit_of_measurement: "MB" value_template: "{{ state_attr('sensor.hass_agent_storage_c', 'AvailableSpaceMB') | float(0) }}" ```...