Skip to content

Commit

Permalink
Add state sensor for BLE kettle
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Apr 4, 2024
1 parent 6c0f73e commit 5160ab9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/xiaomi_gateway3/core/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -1379,6 +1379,7 @@
2528: ["Xiaomi", "Kettle Pro", "MJHWSHO2YM", "yunmi.kettle.v12"], # RU
"spec": [
BLEKettle("power", "binary_sensor", mi=4101), # power+state+temperature
BaseConv("state", "sensor"),
BaseConv("temperature", "sensor"),
],
"ttl": "12h",
Expand Down

0 comments on commit 5160ab9

Please sign in to comment.