Na początku chciałem dodać temperaturę do obszaru ale ona się nie wyświetla. Zauważyłem, że brak atrybutu "device_class: temperature".
Próbowałem to jakos ogarnąc template'em ale też nie potrafie wyciągnąć stanu
Code: Select all
{{ state_attr('sensor.salon', 'measurement') }}Code: Select all
{{ state_attr('sensor.salon', 'temperature') }}Code: Select all
{{ state_attr('sensor.salon', 'value') }}Jak to ugryźć? Czy w ogóle źle kombinuję?
Od razu ten sam problem z wilgotnością i innymi sensorami
