From eb3c7e4af497d0209ce5750a6ecaa53590ca1caf Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 9 Mar 2023 17:54:06 +0100 Subject: [PATCH] Add some terms to lint file (#26512) --- .textlintrc.json | 5 +++++ source/_integrations/device_trigger.mqtt.markdown | 2 +- source/_integrations/mqtt.markdown | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.textlintrc.json b/.textlintrc.json index f63d815c550..fbfb1a41fea 100644 --- a/.textlintrc.json +++ b/.textlintrc.json @@ -79,6 +79,7 @@ "Cisco IOS", "CLI", "ClimaCell", + "ConBee", "Daikin", "Danfoss", "Dark Sky", @@ -126,6 +127,9 @@ "Home Assistant Supervised", "Home Assistant Supervisor", "Home Assistant", + "Home Assistant SkyConnect", + "SkyConnect", + "Home Assistant Yellow", "HomeKit", "Homematic", "Honeywell", @@ -183,6 +187,7 @@ "NodeMCU", "Norway", "NuHeat", + "NVMe", "NZBGet", "ODRIOD-N2", "ODROID", diff --git a/source/_integrations/device_trigger.mqtt.markdown b/source/_integrations/device_trigger.mqtt.markdown index bb821100905..f9c195c9b69 100644 --- a/source/_integrations/device_trigger.mqtt.markdown +++ b/source/_integrations/device_trigger.mqtt.markdown @@ -102,7 +102,7 @@ Note that it is not necessary to provide the full device information in each mes - Discovery payload: ```json - {"automation_type":"trigger","type":"action","subtype":"arrow_left_click","payload":"arrow_left_click","topic":"zigbee2mqtt/0x90fd9ffffedf1266/action","device":{"identifiers":["zigbee2mqtt_0x90fd9ffffedf1266"],"name":"0x90fd9ffffedf1266","sw_version":"Zigbee2mqtt 1.14.0","model":"TRADFRI remote control (E1524/E1810)","manufacturer":"IKEA"}} + {"automation_type":"trigger","type":"action","subtype":"arrow_left_click","payload":"arrow_left_click","topic":"zigbee2mqtt/0x90fd9ffffedf1266/action","device":{"identifiers":["zigbee2mqtt_0x90fd9ffffedf1266"],"name":"0x90fd9ffffedf1266","sw_version":"Zigbee2MQTT 1.14.0","model":"TRADFRI remote control (E1524/E1810)","manufacturer":"IKEA"}} ``` - Trigger topic: `zigbee2mqtt/0x90fd9ffffedf1266/action` diff --git a/source/_integrations/mqtt.markdown b/source/_integrations/mqtt.markdown index 154bf857407..1be4b913630 100644 --- a/source/_integrations/mqtt.markdown +++ b/source/_integrations/mqtt.markdown @@ -535,7 +535,7 @@ The following software has built-in support for MQTT discovery: - [WyzeSense2MQTT](https://github.com/raetha/wyzesense2mqtt) - [Xiaomi DaFang Hacks](https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks) - [Zehnder Comfoair RS232 MQTT](https://github.com/adorobis/hacomfoairmqtt) -- [Zigbee2mqtt](https://github.com/koenkk/zigbee2mqtt) +- [Zigbee2MQTT](https://github.com/koenkk/zigbee2mqtt) - [Zwave2Mqtt](https://github.com/OpenZWave/Zwave2Mqtt) (starting with 2.0.1) ### Discovery examples