my-cards icon indicating copy to clipboard operation
my-cards copied to clipboard

[Feature]: Add support for attributes

Open zvir opened this issue 2 years ago • 3 comments

Is your feature request related to a problem?

I wanted to add a slider to control humidity, but I can't connect a parameter that is an attribute of the humidifier entity.

Describe the solution you'd like

...
entity: humidifier.zhimi_ca4_6998_humidifier
attribute: humidity
...

Describe alternatives you've considered

No response

Additional context

No response

zvir avatar Mar 26 '23 15:03 zvir

Is it just setting the attribute by calling a set_state service or is there a service you call for this? It could be relatively easy to implement if it's the former.

AnthonMS avatar May 27 '23 19:05 AnthonMS

the humidity is the state attribute, so I guess that the attribute can be set via set_state

zvir avatar May 30 '23 15:05 zvir