al-one / hass-xiaomi-miot

Automatic integrate all Xiaomi devices to HomeAssistant via miot-spec, support Wi-Fi, BLE, ZigBee devices. 小米米家智能家居设备接入Hass集成
https://miot-spec.com
Apache License 2.0
4.65k stars 664 forks source link

fix: Update alarm_control_panel state enums #1942

Closed hmmbob closed 1 week ago

hmmbob commented 1 week ago

Fix for warnings on deprecated constants in HA 2024.11 in a backward compatible way (it's the same way you used for the CameraState enum in 2024.10)

Alternative to #1935 which needs HA 2024.11 as a minimum.

Fixes #1913