core/homeassistant
Teagan Glenn fdb6de4d23 Fan demo (#2976)
* Update attr to property and default state method

* State prop is defined in parent class

* Demo platform fan

* PyDoc

* Copy-pasta artifact

* PyDoc

* Linting

* Raise error if turn_off and turn_on not implemented

* Update demo platform

* Initial unit test commit

* Readability

* Unneeded typing

* Should inherit from fan entity

* Turn off polling

* Initial oscillating flag

* Pass HASS into demo

* Typing

* Invoke set_speed instead of setting directly

* Service update

* Update demo tests

* Forgot to block after service call.

* linting

* Test to make sure not implemented is thrown

* Is On Method test

* Update const to match string

* Update services yaml

* Toggle method

* Toggle service

* Typing

* TYPE O

* Attribute check

* Type-o

* Type-o

* Put typing back

* ToggleEntity

* Linting

* Linting

* Oops

* Stale prints

* Demo support
2016-08-27 14:53:12 -06:00
..
components Fan demo (#2976) 2016-08-27 14:53:12 -06:00
helpers Add url to validation (#2874) 2016-08-19 13:41:01 +02:00
scripts Check config requirement fix (#2999) 2016-08-27 01:33:57 +02:00
util Check config script: various fixes (#2967) 2016-08-24 23:18:32 -06:00
__init__.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
__main__.py Improvement typing (#2735) 2016-08-07 16:26:35 -07:00
bootstrap.py Check config script (#2657) 2016-08-22 21:42:05 -07:00
config.py Fix unit log message (#2823) 2016-08-15 22:12:43 -07:00
const.py Use voluptuous for Raspberry Pi and local file camera (#2988) 2016-08-27 14:44:22 -06:00
core.py Consider core running while starting (#2858) 2016-08-17 18:58:00 -07:00
exceptions.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
loader.py Improvement typing core (#2624) 2016-07-27 20:33:49 -07:00
remote.py Improvement typing (#2735) 2016-08-07 16:26:35 -07:00