1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add support for Homekit battery service (#14288)

This commit is contained in:
Matt Schmitt
2018-06-17 14:54:34 -04:00
committed by cdce8p
parent 40c8f5f70e
commit 1533bc1e1f
4 changed files with 105 additions and 6 deletions

View File

@@ -254,6 +254,7 @@ ATTR_DISCOVERED = 'discovered'
# Location of the device/sensor
ATTR_LOCATION = 'location'
ATTR_BATTERY_CHARGING = 'battery_charging'
ATTR_BATTERY_LEVEL = 'battery_level'
ATTR_WAKEUP = 'wake_up_interval'