core/homeassistant/components/fan
Adam Belebczuk eef9246db1 Support for WeMo Humidifier (#17996)
* Fix Vera climate component to use correct states

Changed the Vera climate component so it uses the STATE_* states from the base climate component. This will allow it to work with Google Assistant.

* Wemo Humidifier - Initial Commit

* WeMo Humidifier - First draft of component

* WeMo Humidifier - Removed direct IO from property

* WeMo Humidifier - Trivial comment change

* Added myself as codeowner for WeMo

* WeMo Humidifier - Fixed various syntax & lint issue

* WeMo Humidifier - Small comment addition

* WeMo Humidifier - Fix TypeError: 'WemoHumidifier' object is not iterable

* WeMo Humidifier - Rename set humidity service

* WeMo Humidifier - Add to .coveragerc

* WeMo Humidifier - Fixed lint/pylint issues

* WeMo Humidifier - First round of requested changes

* WeMo Humidifier - Round two of requested changes

* WeMo Humidifier - Third round of requested changes

* WeMo Humidifier - Fixed whitespace issue on dict comprehension

* WeMo Humidifier - Fourth round of requested changes

* WeMo Humidifier - Corrected typo in async_add_executor_job call

* WeMo Humidifier - Fixed spacing before inline comments
2018-10-30 21:19:49 +01:00
..
__init__.py Convert fan component to config entry (#16951) 2018-09-29 20:53:48 +02:00
comfoconnect.py add_devices -> add_entities (#16171) 2018-08-24 16:37:30 +02:00
demo.py add_devices -> add_entities (#16171) 2018-08-24 16:37:30 +02:00
dyson.py Async syntax 3/8 (#17017) 2018-10-01 08:59:45 +02:00
insteon.py Async syntax 3/8 (#17017) 2018-10-01 08:59:45 +02:00
isy994.py add_devices -> add_entities (#16171) 2018-08-24 16:37:30 +02:00
mqtt.py Add device registry to MQTT fan (#17250) 2018-10-09 10:13:42 +02:00
services.yaml Fix fan service description (#14423) 2018-05-13 14:41:42 +02:00
template.py Add context to scripts run by template entities (#17329) 2018-10-15 11:38:49 +02:00
tuya.py add_devices -> add_entities (#16171) 2018-08-24 16:37:30 +02:00
wemo.py Support for WeMo Humidifier (#17996) 2018-10-30 21:19:49 +01:00
wink.py Async syntax 3/8 (#17017) 2018-10-01 08:59:45 +02:00
xiaomi_miio.py Upgrade construct to 2.9.45 (#16362) 2018-10-10 23:52:45 +02:00
zha.py Allow only_cache parameter in zha.safe_read() (#16553) 2018-09-13 09:22:50 +02:00
zwave.py Z-Wave Device Registry Support (#17291) 2018-10-16 14:58:25 +02:00