core/homeassistant/components/mqtt/light
starkillerOG 2acd3f9e98 Allow MQTT json light floating point transition (#27253)
* MQTT json light: allow floating point transition

Allow to use floating point values for the transition time of the MQTT json light.
In this way transitions shorter than 1s can be used (0.5 seconds for instance) if the MQTT light supports it.

* Always sent a float
2019-10-13 20:29:14 +02:00
..
__init__.py
schema_basic.py
schema_json.py Allow MQTT json light floating point transition (#27253) 2019-10-13 20:29:14 +02:00
schema_template.py