core/homeassistant/components/hisense_aehw4a1/manifest.json

10 lines
271 B
JSON
Raw Normal View History

Add support for Hisense AEH-W4A1 wifi module (AC remote control) (#28641) * First commit * First working release, but there's a lot to do * Added support for preset_modes * Refined logic * Added translations for config_flow * Updated translations * modified: homeassistant/components/hisense_aehw4a1/climate.py * modified: climate.py * Updated library to latest version * Small changes * Null states when AC off * Minor fixes * Latest updates for TOX * First commit * First working release, but there's a lot to do * new file: requirements_test_all.txt * Added support for preset_modes * Refined logic * Added translations for config_flow * Updated translations * modified: homeassistant/components/hisense_aehw4a1/climate.py * modified: climate.py * Updated library to latest version * Small changes * Null states when AC off * Minor fixes * Latest updates for TOX * new file: requirements_test_all.txt * Fighting with tox * vs Tox round 2 * Isort and updated requirements_test_all.txt * Fighting with lint * Implemented available state * Changed exception type after Travis-ci pylint fails * Support entry in configuration.yaml * Removed commented code * Switched to async * Minor changes * Updated library and fixed pylint errors * Code optimization * Implemented static ip addresses in configuration.yaml * Reverted to existing constant * Corrected pylint wrong-import-order * Recovery from nuke event (messing all while rebase) * Resolved Ci error * Changes for PR * Corrected temp scale for frontend * Added test for config entry from configuration.yaml * Updated dependency * Check on manual config * Imported custom exceptions and modified import config * Optimized * Change based on PR revision * Added logging for failure event on manual config * Tests added but to be corrected * Edited tests * Tests updated to ensure no I/O * Working on tests * Cheanges based on revision for PR * Setting librey exception as direct side_effect in test * Final changes for PR * Redundand on command solved * Improved AC logic
2019-11-15 20:22:24 +00:00
{
"domain": "hisense_aehw4a1",
"name": "Hisense AEH-W4A1",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/hisense_aehw4a1",
Bump pyaehw4a1 to 0.3.9 (#38347) * Bump pyaehw4a1 to 0.3.9 * Add myself to xiaomi miio codeowners (#38350) * add myself to xiaomi miio codeowners * Update CODEOWNERS * Update manifest.json * Upgrade youtube_dl to version 2020.07.28 (#38328) * Temporary lock pip to 20.1.1 to avoid build issue (#38358) * Add wheels job for building core wheels (#38359) * Bump androidtv to 0.0.47 and adb-shell to 0.2.1 (#38344) * Add jobs names to Wheels builds (#38363) * Update aioharmony to 0.2.6 (#38360) * Update run-in-env.sh (#36577) * Bump aioambient to 1.2.0 (#38364) * Bump simplisafe-python to 9.2.2 (#38365) * Ignore remote Plex clients during plex.tv lookup (#38327) * Avoid error with ignored harmony config entries (#38367) * Bump ElkM1 library version. (#38368) To reduce required version of dependent library. No code changed. * Add basic websocket api for OZW (#38265) * Prevent nut config flow error when checking ignored entries (#38372) * Revert "Prevent nut config flow error when checking ignored entries (#38372)" This reverts commit 9e0530df1d3dfe40ca5aff52f5bdd7c5555c8c59. * Revert "Add basic websocket api for OZW (#38265)" This reverts commit 3ca93baa555ece3fa9124cf947ff4ad4bb353ae3. * Revert "Bump ElkM1 library version. (#38368)" This reverts commit 143f55ad1203c81610d6894c97736599d5d00781. * Revert "Avoid error with ignored harmony config entries (#38367)" This reverts commit 90a10baf38749c30cf84c3f4f0704e1ee7091b1b. * Revert "Ignore remote Plex clients during plex.tv lookup (#38327)" This reverts commit 67cdeafe21c73f4275d4c02f6ccaec11186ec9d1. * Revert "Bump simplisafe-python to 9.2.2 (#38365)" This reverts commit 01d68e01c6042e07ce5b9b0ea4adea6c6a682025. * Revert "Bump aioambient to 1.2.0 (#38364)" This reverts commit bec6904eb95e6a3edbca839e22f35a1489e1b072. * Revert "Update run-in-env.sh (#36577)" This reverts commit 53acc1b41e5a8ed3fa1f28dc7463c104aff6ec83. * Revert "Update aioharmony to 0.2.6 (#38360)" This reverts commit a991d6f131c838b366b7f3d8b55d1c4be7602624. * Revert "Add jobs names to Wheels builds (#38363)" This reverts commit 58dcc059c7b6255eb5acff9397b01c5e821c971d. * Revert "Bump androidtv to 0.0.47 and adb-shell to 0.2.1 (#38344)" This reverts commit 14b4722b69e81e8fd485ac487ea8a1548247c4e1. * Revert "Add wheels job for building core wheels (#38359)" This reverts commit cb9e76adb776c647e76ee15b9c28493f25a372a8. * Revert "Temporary lock pip to 20.1.1 to avoid build issue (#38358)" This reverts commit b2207ed7762c23300c74f832b105ae776202f6c9. * Revert "Upgrade youtube_dl to version 2020.07.28 (#38328)" This reverts commit 144e827ce9de344028c26a809795c38597924fe4. * Revert "Add myself to xiaomi miio codeowners (#38350)" This reverts commit 88538254ec51ef4eced194b3d807317b5d07eacc. Co-authored-by: starkillerOG <starkiller.og@gmail.com> Co-authored-by: Josef Schlehofer <pepe.schlehofer@gmail.com> Co-authored-by: Franck Nijhof <git@frenck.dev> Co-authored-by: Jeff Irion <JeffLIrion@users.noreply.github.com> Co-authored-by: ehendrix23 <hendrix_erik@hotmail.com> Co-authored-by: Aaron Bach <bachya1208@gmail.com> Co-authored-by: jjlawren <jjlawren@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: Glenn Waters <gwwaters@gmail.com> Co-authored-by: Charles Garwood <cgarwood@gmail.com>
2020-08-04 10:22:58 +00:00
"requirements": ["pyaehw4a1==0.3.9"],
"codeowners": ["@bannhead"],
"iot_class": "local_polling"
Add support for Hisense AEH-W4A1 wifi module (AC remote control) (#28641) * First commit * First working release, but there's a lot to do * Added support for preset_modes * Refined logic * Added translations for config_flow * Updated translations * modified: homeassistant/components/hisense_aehw4a1/climate.py * modified: climate.py * Updated library to latest version * Small changes * Null states when AC off * Minor fixes * Latest updates for TOX * First commit * First working release, but there's a lot to do * new file: requirements_test_all.txt * Added support for preset_modes * Refined logic * Added translations for config_flow * Updated translations * modified: homeassistant/components/hisense_aehw4a1/climate.py * modified: climate.py * Updated library to latest version * Small changes * Null states when AC off * Minor fixes * Latest updates for TOX * new file: requirements_test_all.txt * Fighting with tox * vs Tox round 2 * Isort and updated requirements_test_all.txt * Fighting with lint * Implemented available state * Changed exception type after Travis-ci pylint fails * Support entry in configuration.yaml * Removed commented code * Switched to async * Minor changes * Updated library and fixed pylint errors * Code optimization * Implemented static ip addresses in configuration.yaml * Reverted to existing constant * Corrected pylint wrong-import-order * Recovery from nuke event (messing all while rebase) * Resolved Ci error * Changes for PR * Corrected temp scale for frontend * Added test for config entry from configuration.yaml * Updated dependency * Check on manual config * Imported custom exceptions and modified import config * Optimized * Change based on PR revision * Added logging for failure event on manual config * Tests added but to be corrected * Edited tests * Tests updated to ensure no I/O * Working on tests * Cheanges based on revision for PR * Setting librey exception as direct side_effect in test * Final changes for PR * Redundand on command solved * Improved AC logic
2019-11-15 20:22:24 +00:00
}