diff --git a/TheengsGateway/discovery.py b/TheengsGateway/discovery.py index 69ca8c4..7bbc0b7 100644 --- a/TheengsGateway/discovery.py +++ b/TheengsGateway/discovery.py @@ -30,6 +30,7 @@ from .ble_gateway import DataJSONType, Gateway, TnM, logger ha_dev_classes = [ + "battery_charging", "battery", "carbon_dioxide", "carbon_monoxide", @@ -50,10 +51,10 @@ "pm1", "pm10", "pm25", - "power", "power_factor", - "precipitation", + "power", "precipitation_intensity", + "precipitation", "pressure", "problem", "restart",