core/homeassistant
Davide Varricchio d796053d9f 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 21:22:24 +01:00
..
auth Almond integration (#28282) 2019-10-28 23:47:31 -07:00
components Add support for Hisense AEH-W4A1 wifi module (AC remote control) (#28641) 2019-11-15 21:22:24 +01:00
generated Add support for Hisense AEH-W4A1 wifi module (AC remote control) (#28641) 2019-11-15 21:22:24 +01:00
helpers Set up Almond Web to connect to HA (#28603) 2019-11-12 11:01:19 -08:00
scripts Bump keyring to 19.2.0 (#27899) 2019-10-18 20:09:41 -05:00
util Bump black to 19.10b0 (#28310) 2019-10-28 23:32:34 -07:00
__init__.py
__main__.py
bootstrap.py Add cloud account linking support (#28210) 2019-10-25 16:04:24 -07:00
config.py Add config endpoint for scene (#28429) 2019-11-04 12:38:18 -08:00
config_entries.py Add source constants for all config entry discovery sources (#28311) 2019-10-28 23:32:57 -07:00
const.py Add OAuth2 config flow scaffold (#28220) 2019-10-29 20:34:03 -07:00
core.py Type hint improvements (#28260) 2019-10-28 13:36:26 -07:00
data_entry_flow.py Type hint improvements (#28260) 2019-10-28 13:36:26 -07:00
exceptions.py
loader.py Bump black to 19.10b0 (#28310) 2019-10-28 23:32:34 -07:00
monkey_patch.py
package_constraints.txt Updated frontend to 20191114.0 (#28768) 2019-11-14 14:12:46 +01:00
requirements.py Also install after_deps (#28453) 2019-11-01 17:21:50 -07:00
setup.py Check for import errors before validating config (#28395) 2019-10-31 11:38:06 -07:00