forked from PlusPlus-ua/ha_tuya_ble
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit f36b56b Author: Shane <shanemeagher@outlook.com> Date: Sun Oct 20 17:34:52 2024 +0100 fix: Clear deprecated constants on HA 2025.5 StrEnum is a deprecated alias which will be removed in HA Core 2025.5 https://developers.home-assistant.io/blog/2024/04/08/deprecated-backports-and-typing-aliases/ commit 06283fa Author: Shane Meagher <shanemeagher@outlook.com> Date: Sun Oct 20 16:04:34 2024 +0100 fix: Clear deprecated constants on HA 2025.1 fix: Clear deprecated constants on HA 2025.1 TIME_MINUTES was used from tuya_ble, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTime.MINUTES instead, please report it to the author of the 'tuya_ble' custom integration TIME_SECONDS was used from tuya_ble, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTime.SECONDS instead, please report it to the author of the 'tuya_ble' custom integration VOLUME_MILLILITERS was used from tuya_ble, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolume.MILLILITERS instead, please report it to the author of the 'tuya_ble' custom integration TEMP_CELSIUS was used from tuya_ble, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please report it to the author of the 'tuya_ble' custom integration fix: Clear deprecated constants on HA 2025.1 - Missed constant commit 645f123 Author: Shane Meagher <shanemeagher@outlook.com> Date: Sun Oct 20 16:58:53 2024 +0100 Update Tuya integration login for HA 2024 Revert: fix: Clear deprecated constants on HA 2025.5 commit ae546cf Author: Shane <shanemeagher@outlook.com> Date: Sun Oct 20 16:48:48 2024 +0100 Fix const import in config_flow.py commit fc7ba58 Author: Shane <shanemeagher@outlook.com> Date: Sun Oct 20 16:43:17 2024 +0100 Clean up const imports in cloud.py commit 00bf3ce Author: Shane Meagher <shanemeagher@outlook.com> Date: Sun Oct 20 16:20:20 2024 +0100 Compatibility with HA 2024.1 - import consts from core Import consts from homeassistant.core commit 75819df Author: Shane <shanemeagher@outlook.com> Date: Sun Oct 20 11:29:07 2024 +0100 Update README.md Update README.md to change HACS Installation to this repository, and added credits to original developer. commit 839de95 Merge: e914324 7b8f90e Author: Shane <shanemeagher@outlook.com> Date: Sun Oct 20 11:17:52 2024 +0100 Merge pull request PlusPlus-ua#2 from markusg1234/patch-1 Update manifest.json to allow for HA 2024.4.0b0 commit e914324 Merge: 6037ac5 0ad9608 Author: Shane <shanemeagher@outlook.com> Date: Sun Oct 20 11:06:46 2024 +0100 Merge pull request #1 from ppcsite/main Fixing an issue after updating to Home Assistant 2024.2.0 commit 7b8f90e Author: markusg1234 <markusg@adam.com.au> Date: Sat Mar 30 11:33:13 2024 +1030 Update manifest.json to allow for HA 2024.4.0b0 pycountry need to be later than 23 commit 0ad9608 Author: ppcsite <72654341+ppcsite@users.noreply.github.com> Date: Fri Feb 9 08:46:30 2024 +0200 Update config_flow.py Fixing an issue after updating to Home Assistant 2024.2.0 update commit 7144ff2 Author: ppcsite <72654341+ppcsite@users.noreply.github.com> Date: Fri Feb 9 08:45:32 2024 +0200 Update const.py Fixing an issue after updating to Home Assistant 2024.2.0 commit c7f2fcc Author: ppcsite <72654341+ppcsite@users.noreply.github.com> Date: Fri Feb 9 08:44:45 2024 +0200 Update cloud.py Fixing issue after updating to Home Assistant 2024.2.0
- Loading branch information
William Markezana
committed
Oct 22, 2024
1 parent
874cd1a
commit b94c6eb
Showing
6 changed files
with
299 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.