You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Developer Tools, use the States tab to look at what data is coming in to Home Assistant. In my case, the sensor is called "sensor.none_althermasensors". (I don't know why it added the "none"!).
I then created a separate sensor in the configuration.yaml for each sensor I'd like to monitor. For example the code below creates a sensor called "sensor.espaltherma_operation_mode" and gives me the values of HEATING or FAN ONLY:
Note that the ATTRIBUTE in the below code, XXXXXX, is the ORANGE TEXT taken from the Developer Tools > State page.
Also, be aware that some of the Attributes have a FULL STOP at the end, and others don't! If your sensor doesn't appear, make sure you have added in the exact sensor attribute as shown in orange text.
See all attributes in HA.
But can't get work the entities.
From the example:
`template:
sensor:
unique_id: "operation"
state: ""`
Where do I get the correct values for "name" and "unique_id" from? (I'm using the german translation.)
The text was updated successfully, but these errors were encountered: