hass-core/tests
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
fixtures Move elevation to core config and clean up HTTP mocking in tests (#2378) 2016-06-27 09:02:45 -07:00
helpers Add url to validation (#2874) 2016-08-19 13:41:01 +02:00
resources Revised package util tests 2016-01-30 14:08:32 -05:00
scripts Check config script: various fixes (#2967) 2016-08-24 23:18:32 -06:00
testing_config/custom_components Exclude tests in dependencies in test dir from pytest (#2618) 2016-07-25 08:26:07 -07:00
util Yaml secret fallback to parent folders (#2878) 2016-08-20 21:39:56 +02:00
__init__.py Tweak Recorder 2016-07-11 08:56:07 -07:00
common.py Check config script (#2657) 2016-08-22 21:42:05 -07:00
test_bootstrap.py Allow circular dependency with discovery (#2616) 2016-07-25 22:49:10 -07:00
test_config.py Add unit system support 2016-08-04 22:02:19 -07:00
test_core.py Enforce lower case for services and warn if local unknown service called (#2764) 2016-08-09 19:41:45 -07:00
test_loader.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_remote.py Update unit tests for remote.py (#2782) 2016-08-10 17:40:35 -07:00