hass-core/homeassistant/components/template
Elahd Bar-Shai c5d2e44baf
Add white value in light template platform (#32481)
* Added support for white value in Template Light integration.

* Tests now working.

* Clean up

* Make template more robust

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-04-20 14:26:28 +02:00
..
__init__.py Use dict literals (#33658) 2020-04-04 22:31:56 +02:00
alarm_control_panel.py Directly call async_write_ha_state (#33508) 2020-04-01 14:19:51 -07:00
binary_sensor.py Directly call async_write_ha_state (#33508) 2020-04-01 14:19:51 -07:00
const.py
cover.py Directly call async_write_ha_state (#33508) 2020-04-01 14:19:51 -07:00
fan.py Remove useless assignment (#31272) 2020-01-29 14:08:53 +01:00
light.py Add white value in light template platform (#32481) 2020-04-20 14:26:28 +02:00
lock.py Directly call async_write_ha_state (#33508) 2020-04-01 14:19:51 -07:00
manifest.json Remove unused manifest fields (#33595) 2020-04-03 12:58:19 -07:00
sensor.py Remove unnecessary string literal concatenations (#30360) 2020-01-02 21:17:10 +02:00
switch.py Template platform tweaks (#32037) 2020-02-20 12:14:31 -08:00
vacuum.py