Add battery sensors to hunterdouglas_powerview (#34917)

This commit is contained in:
J. Nick Koston 2020-04-30 20:25:59 -05:00 committed by GitHub
parent cfc0edff6b
commit a2efc079f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 127 additions and 34 deletions

View file

@ -51,6 +51,8 @@ ROOM_NAME_UNICODE = "name_unicode"
ROOM_ID = "id"
SHADE_RESPONSE = "shade"
SHADE_BATTERY_LEVEL = "batteryStrength"
SHADE_BATTERY_LEVEL_MAX = 200
STATE_ATTRIBUTE_ROOM_NAME = "roomName"