Files
localtuya-modded/custom_components/localtuya
Michiel De Wilde 9eabc43da2 Deprecation fix: use VacuumActivity
This fixes the following reported issue:

STATE_DOCKED was used from localtuya, this is a deprecated constant
which will be removed in HA Core 2026.1. Use VacuumActivity.DOCKED
instead, please report it to the author of the 'localtuya' custom
integration

STATE_ERROR was used from localtuya, this is a deprecated constant
which will be removed in HA Core 2026.1. Use VacuumActivity.ERROR
instead, please report it to the author of the 'localtuya' custom
integration

STATE_IDLE was used from localtuya, this is a deprecated constant
which will be removed in HA Core 2026.1. Use VacuumActivity.IDLE
instead, please report it to the author of the 'localtuya' custom
integration

STATE_PAUSED was used from localtuya, this is a deprecated constant
which will be removed in HA Core 2026.1. Use VacuumActivity.PAUSED
instead, please report it to the author of the 'localtuya' custom
integration

STATE_RETURNING was used from localtuya, this is a deprecated constant
which will be removed in HA Core 2026.1. Use VacuumActivity.RETURNING
instead, please report it to the author of the 'localtuya' custom
integration
2025-05-08 09:50:35 +02:00
..
2023-05-24 11:50:27 +02:00
2025-01-14 09:37:19 +01:00
2025-01-14 15:05:27 +01:00
2023-01-10 22:24:05 +01:00
2023-01-10 22:24:05 +01:00
2022-07-14 08:59:54 +10:00
2023-01-10 22:24:05 +01:00
2025-05-08 09:50:35 +02:00