hass-core/homeassistant/components/mqtt
Hypnos 57fd632cd9
Add missing MQTT lock.open (#60022)
* Add missing MQTT lock.open

from:
https://community.home-assistant.io/t/mqtt-lock-open/232823/13
based on https://github.com/home-assistant/core/pull/48008

* Update homeassistant/components/mqtt/lock.py

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

* Update homeassistant/components/mqtt/lock.py

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

* Update homeassistant/components/mqtt/lock.py

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

* removed `STATE_OPEN` from tests

* Apply suggestions from code review

* Format code

* Update lock.py

* Update test_lock.py

* Update test_lock.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2021-11-25 15:54:08 +01:00
..
device_tracker Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
light Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
translations [ci skip] Translation update 2021-11-25 00:13:33 +00:00
vacuum Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
__init__.py Fix mqtt undefined error (#59787) 2021-11-16 17:16:24 +01:00
abbreviations.py Add MQTT button (#59348) 2021-11-09 12:04:14 +01:00
alarm_control_panel.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
binary_sensor.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
button.py Add MQTT button (#59348) 2021-11-09 12:04:14 +01:00
camera.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
climate.py Only accept valid hvac actions sent via mqtt (#59919) 2021-11-25 15:53:34 +01:00
config_flow.py
const.py
cover.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
debug_info.py Use assignment expressions 34 (#58823) 2021-10-31 19:01:16 +01:00
device_automation.py
device_trigger.py Allow extra keys in MQTT discovery messages (#58390) 2021-10-25 13:47:06 +02:00
discovery.py Use BaseServiceInfo inheritance in MqttServiceInfo (#60207) 2021-11-23 16:52:33 +01:00
fan.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
humidifier.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
lock.py Add missing MQTT lock.open (#60022) 2021-11-25 15:54:08 +01:00
manifest.json Bump paho-mqtt to 1.6.1 (#59339) 2021-11-08 18:16:44 +01:00
mixins.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
models.py
number.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
scene.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
select.py Allow MQTT selects to have a single or no options (#60281) 2021-11-24 20:06:12 +01:00
sensor.py Use native datetime value in MQTT sensors (#59923) 2021-11-23 22:10:14 +01:00
services.yaml
strings.json
subscription.py
switch.py Add MQTT object_id option (#58728) 2021-11-08 14:02:18 +01:00
tag.py Allow extra keys in MQTT discovery messages (#58390) 2021-10-25 13:47:06 +02:00
trigger.py
util.py