Tobias Sauerwein
|
048b100eea
|
Clean up docstrings (#22679)
* Clean up docstrings
* Fix long lines
* Fix more docstrings
* Fix more docstrings
* Fix more docstrings
|
2019-04-03 17:40:03 +02:00 |
Paulus Schoutsen
|
4b1de61110
|
Use relative imports inside integrations (#22235)
* Use relative imports inside integrations
* Lint
* Fix automation tests
* Fix scene imports
|
2019-03-20 22:56:46 -07:00 |
emontnemery
|
5957e4b75b
|
Pass Message object to MQTT message callbacks (#21959)
* Pass Message object to MQTT message callbacks
* Improve method of detecting deprecated msg callback
* Fix mysensors
* Fixup
* Review comments
* Fix merge error
|
2019-03-13 12:58:20 -07:00 |
emontnemery
|
fc81826763
|
Introduce Entity.async_write_ha_state() to not miss state transition (#21590)
* Copy state in schedule_update_ha_state
* Lint
* Fix broken test
* Review comment, improve docstring
* Preserve order of state updates
* Rewrite
* Break up async_update_ha_state
* Update binary_sensor.py
* Review comments
* Update docstring
* hass -> ha
* Update entity.py
* Update entity.py
|
2019-03-09 09:52:22 -08:00 |
emontnemery
|
89fc3b2a1b
|
Disable extra=vol.ALLOW_EXTRA for MQTT platforms. (#20562)
|
2019-01-29 09:29:02 -08:00 |
emontnemery
|
648adcc708
|
Small cleanup of MQTT platforms (#20503)
* Move CONF_UNIQUE_ID to init
* Sort imports
* Update ordering
|
2019-01-27 18:54:52 +01:00 |
emontnemery
|
d8e43978b7
|
Update device registry of MQTT binary_sensor
|
2019-01-26 08:58:08 +08:00 |
emontnemery
|
0ec1401be7
|
Minor refactoring of MQTT availability (#20136)
* Small refactor of MQTT availability
* Use dict[key] for required config keys and keys with default values.
|
2019-01-15 14:26:37 -08:00 |
emontnemery
|
5b53bd6aa0
|
Move MQTT platforms under the component (#20050)
* Move MQTT platforms under the component
|
2019-01-15 17:31:06 +01:00 |