hass-gardena-smart-system
hass-gardena-smart-system copied to clipboard
more mower sensor values
Mower device object has more properies then currently available as entity in home assistant. The goal is to provide home assistant with more information about status of mower.
The vacuum entity for the mower has all those values as attributes already.
Hm, I am running the latest home assistant and I do not see attributes for vacuum entity.
My goal was to see those data on dashboard, can that be done with attributes? Can attributes be used to trigger sending email or something like that?
The attributes definitely are all there. You can display them for example in an entity card with:
- type: attribute
entity: vacuum.sileno
attribute: battery_state
Also using them for scripts/automations should not be an issue. Otherwise you can still always create a template sensor if absolutely needed.