core/homeassistant
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
..
auth Upgrade mypy to 0.730, address raised issues (#26959) 2019-09-27 22:57:59 +03:00
components Allow MQTT json light floating point transition (#27253) 2019-10-13 20:29:14 +02:00
generated Add abode config entries and device registry (#26699) 2019-10-13 20:01:04 +02:00
helpers Handle empty service in script action gracefully (#27467) 2019-10-12 12:28:47 -07:00
scripts Removes unnecessary else/elif blocks (#26884) 2019-09-24 13:53:03 -07:00
util Upgrade pylint (#27279) 2019-10-07 08:17:39 -07:00
__init__.py
__main__.py Removes unnecessary print_function future import (#26888) 2019-09-24 21:29:57 -07:00
bootstrap.py Require Python >= 3.6.1 (#27226) 2019-10-05 12:20:11 -07:00
config.py Update documentation link URL for integrations (part2) (#27117) 2019-10-02 09:34:07 -07:00
config_entries.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
const.py Bumped version to 0.100.0 2019-10-09 15:24:20 -07:00
core.py Upgrade pylint (#27279) 2019-10-07 08:17:39 -07:00
data_entry_flow.py Type hint additions (#26831) 2019-09-29 20:07:49 +03:00
exceptions.py Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
loader.py Improve validation of device trigger config (#26910) 2019-09-27 17:48:48 +02:00
monkey_patch.py Black 2019-07-31 12:25:30 -07:00
package_constraints.txt Bump python-slugify to 3.0.6 (#27430) 2019-10-11 00:27:07 -07:00
requirements.py Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
setup.py Cleanup coroutine threadsafe (#27080) 2019-10-01 16:59:06 +02:00