hass-core/homeassistant/components/mqtt
emontnemery fc81826763 Introduce Entity.async_write_ha_state() to not miss state transition ()
* 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
..
.translations Update translations 2019-02-27 16:34:13 -08:00
light Disable extra=vol.ALLOW_EXTRA for MQTT platforms. () 2019-01-29 09:29:02 -08:00
__init__.py Use PLATFORM_SCHEMA_BASE as base schema for additional components. () 2019-02-04 21:52:19 -08:00
addtrustexternalcaroot.crt MQTT: Auto provide cloudmqtt cert 2015-09-30 00:09:35 -07:00
alarm_control_panel.py Mqtt alarm added value_template and code_arm_required () 2019-02-28 17:44:23 +01:00
binary_sensor.py Introduce Entity.async_write_ha_state() to not miss state transition () 2019-03-09 09:52:22 -08:00
camera.py Fix encoding for MQTT camera () 2019-02-10 12:35:54 +01:00
climate.py Add missing retain option to mqtt.climate configuration schema () 2019-02-28 18:26:54 +01:00
config_flow.py Small cleanup of MQTT platforms () 2019-01-27 18:54:52 +01:00
const.py Allow MQTT discovery () 2018-09-25 12:22:14 +02:00
cover.py Add support for device_class to MQTT cover () 2019-02-13 19:58:46 +00:00
device_tracker.py Consolidate config flow components () 2019-02-01 15:45:44 -08:00
discovery.py fix empty TOPIC_BASE issue () 2019-03-08 16:48:54 -08:00
fan.py Disable extra=vol.ALLOW_EXTRA for MQTT platforms. () 2019-01-29 09:29:02 -08:00
lock.py Disable extra=vol.ALLOW_EXTRA for MQTT platforms. () 2019-01-29 09:29:02 -08:00
sensor.py Disable extra=vol.ALLOW_EXTRA for MQTT platforms. () 2019-01-29 09:29:02 -08:00
server.py Upgrade paho-mqtt to 1.4.0 () 2018-09-18 14:59:39 +02:00
services.yaml Update services.yaml files () 2017-10-30 21:39:12 +01:00
strings.json Add Hass.io discovery to MQTT () 2018-10-01 14:11:21 +02:00
subscription.py Correct calls to subscription.async_unsubscribe_topics () 2018-12-19 14:05:24 +01:00
switch.py Disable extra=vol.ALLOW_EXTRA for MQTT platforms. () 2019-01-29 09:29:02 -08:00
vacuum.py Disable extra=vol.ALLOW_EXTRA for MQTT platforms. () 2019-01-29 09:29:02 -08:00