Releases: FeikoJoosten/ha-prosenic
V0.5.4 Deprecation warning fix
New changes
Fixes an issue where device_state_attributes
is deprecated and is replaced by extra_state_attributes
.
V0.5.2 - Continuation of Prosenic vacuum support.
Ultensic vacuums now supported
Since the original repro has now been deprecated and I've recently acquired a Ultensic (pretty much prosenic) robot vacuum. I decided to somewhat take over the repro so I could at least use it with my own vacuum.
New changes
I've already done some changes that allow me to retrieve a list for the supported mopping types and I've filled in some missing DPs.
I've even added a new service vacuum.set_water_speed
which allows you to change the speed of which your robot vacuum spills out its water from its water tank.
Set water speed service usage
service: vacuum.set_water_speed
data:
entity_id: vacuum.my_vacuum
water_speed: small
You can find a list of valid water_speed
s by going to your developer tools. Then select your vacuum and search for the attribute water_speed_list
.
Example of valid water speed list
water_speed_list:
- small
- medium
- Big
At last
Please keep in mind, that this is my first custom component ever. I'm learning along the way so feel free to submit PRs!