hass-core/tests/components/hue
Richard Mitchell 474ac8b09e Add basic support for native Hue sensors ()
* Add basic support for native Hue sensors

* Update coveragerc

* Simplify attributes

* Remove config option

* Refactor and document device-ness and update mechanism

* Entity docstrings

* Remove lingering config for sensors

* Whitespace

* Remove redundant entity ID generation and hass assignment.

* More meaningful variable name.

* Add new 'not-darkness' pseudo-sensor.

* Refactor sensors into separate binary, non-binary, and shared modules.

* formatting

* make linter happy.

* Refactor again, fix update mechanism, and address comments.

* Remove unnecessary assignment

* Small fixes.

* docstring

* Another refactor: only call API once and make testing easier

* Tests & test fixes

* Flake & lint

* Use gather and dispatcher

* Remove unnecessary whitespace change.

* Move component related stuff out of the shared module

* Remove unused remnant of failed approach.

* Increase test coverage

* Don't get too upset if we're already trying to update an entity before it has finished adding

* relative imports
2019-04-17 22:13:03 -07:00
..
__init__.py
test_bridge.py Add basic support for native Hue sensors () 2019-04-17 22:13:03 -07:00
test_config_flow.py Convert Hue to always use config entries () 2018-03-29 20:15:40 -07:00
test_init.py Philips Hue: Add bridge update prompt () 2019-02-18 21:31:42 -08:00
test_light.py Add check to validate gamut () 2019-01-28 17:52:00 -08:00
test_sensor_base.py Add basic support for native Hue sensors () 2019-04-17 22:13:03 -07:00