core/homeassistant/components/mqtt
Diogo Gomes e3c1281616
Add MQTT Number (non optimistic) (#44883)
* non optimistic

* test restored state

* ups

* review

* Ensure the entity is not in optimistic mode

Co-authored-by: Erik Montnemery <erik@montnemery.com>

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2021-01-08 23:43:14 +01:00
..
device_tracker Fix race when handling MQTT discovery messages (#44730) 2021-01-04 12:28:17 +01:00
light Fix race when handling MQTT discovery messages (#44730) 2021-01-04 12:28:17 +01:00
translations [ci skip] Translation update 2020-12-21 00:04:09 +00:00
vacuum Fix race when handling MQTT discovery messages (#44730) 2021-01-04 12:28:17 +01:00
__init__.py Add MQTT Number (#44739) 2021-01-06 08:27:46 +01:00
abbreviations.py
addtrustexternalcaroot.crt
alarm_control_panel.py Fix race when handling MQTT discovery messages (#44730) 2021-01-04 12:28:17 +01:00
binary_sensor.py Fix race when handling MQTT discovery messages (#44730) 2021-01-04 12:28:17 +01:00
camera.py Fix race when handling MQTT discovery messages (#44730) 2021-01-04 12:28:17 +01:00
climate.py Fix race when handling MQTT discovery messages (#44730) 2021-01-04 12:28:17 +01:00
config_flow.py
const.py
cover.py Fix race when handling MQTT discovery messages (#44730) 2021-01-04 12:28:17 +01:00
debug_info.py Exclude disabled entities from async_entries_for_device (#43665) 2020-11-27 09:03:44 +01:00
device_automation.py Fix race when handling MQTT discovery messages (#44730) 2021-01-04 12:28:17 +01:00
device_trigger.py Fix race when handling MQTT discovery messages (#44730) 2021-01-04 12:28:17 +01:00
discovery.py Add MQTT Number (#44739) 2021-01-06 08:27:46 +01:00
fan.py Fix race when handling MQTT discovery messages (#44730) 2021-01-04 12:28:17 +01:00
lock.py Fix race when handling MQTT discovery messages (#44730) 2021-01-04 12:28:17 +01:00
manifest.json
models.py
number.py Add MQTT Number (non optimistic) (#44883) 2021-01-08 23:43:14 +01:00
scene.py Fix race when handling MQTT discovery messages (#44730) 2021-01-04 12:28:17 +01:00
sensor.py Fix race when handling MQTT discovery messages (#44730) 2021-01-04 12:28:17 +01:00
services.yaml
strings.json
subscription.py Small cleanup of MQTT (#44110) 2020-12-10 21:30:07 +01:00
switch.py Fix race when handling MQTT discovery messages (#44730) 2021-01-04 12:28:17 +01:00
tag.py Fix race when handling MQTT discovery messages (#44730) 2021-01-04 12:28:17 +01:00
trigger.py Small cleanup of MQTT (#44110) 2020-12-10 21:30:07 +01:00
util.py