hass-core/tests
St. John Johnson e525b6e0a5 Add brightness scale support for MQTT Lights.
Converts 0..255 values that HA expects into a device 0..SCALE value
Example:
  HA considers "hall light" at 25 brightness or 10% of 255
  Device considers "hall light" at 100 brightness or 10% of 1000

This allows our existing MQTT devices to not change their data format to be used in HA
2016-02-26 10:38:07 -08:00
..
cassettes VCR YR sensor test 2015-12-27 17:37:32 -08:00
components Add brightness scale support for MQTT Lights. 2016-02-26 10:38:07 -08:00
config/custom_components Update for file header, docstrings, and PEP8/PEP257 2016-02-13 14:19:11 +01:00
helpers Add float() operator to templates 2016-02-24 20:07:46 -08:00
resources Revised package util tests 2016-01-30 14:08:32 -05:00
util Move template to helpers 2016-02-23 21:19:10 +01:00
__init__.py Tests: Mock get_local_ip by default too 2016-02-14 22:01:30 -08:00
common.py Handle circular setup dependency 2016-02-19 23:20:14 -08:00
test_bootstrap.py Properly clean up Home Assistant instances in tests 2016-02-20 01:05:52 -08:00
test_config.py Update for file header, docstrings, and PEP8/PEP257 2016-02-13 14:19:11 +01:00
test_core.py Tests should all use test HA 2016-02-14 15:08:23 -08:00
test_loader.py Update for file header, docstrings, and PEP8/PEP257 2016-02-13 14:19:11 +01:00
test_remote.py Thread pool tweaks 2016-02-14 23:01:49 -08:00