Add some terms to lint file (#26512)

This commit is contained in:
c0ffeeca7 2023-03-09 17:54:06 +01:00 committed by GitHub
parent 38d90cf292
commit eb3c7e4af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View File

@ -79,6 +79,7 @@
"Cisco IOS", "Cisco IOS",
"CLI", "CLI",
"ClimaCell", "ClimaCell",
"ConBee",
"Daikin", "Daikin",
"Danfoss", "Danfoss",
"Dark Sky", "Dark Sky",
@ -126,6 +127,9 @@
"Home Assistant Supervised", "Home Assistant Supervised",
"Home Assistant Supervisor", "Home Assistant Supervisor",
"Home Assistant", "Home Assistant",
"Home Assistant SkyConnect",
"SkyConnect",
"Home Assistant Yellow",
"HomeKit", "HomeKit",
"Homematic", "Homematic",
"Honeywell", "Honeywell",
@ -183,6 +187,7 @@
"NodeMCU", "NodeMCU",
"Norway", "Norway",
"NuHeat", "NuHeat",
"NVMe",
"NZBGet", "NZBGet",
"ODRIOD-N2", "ODRIOD-N2",
"ODROID", "ODROID",

View File

@ -102,7 +102,7 @@ Note that it is not necessary to provide the full device information in each mes
- Discovery payload: - Discovery payload:
```json ```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` - Trigger topic: `zigbee2mqtt/0x90fd9ffffedf1266/action`

View File

@ -535,7 +535,7 @@ The following software has built-in support for MQTT discovery:
- [WyzeSense2MQTT](https://github.com/raetha/wyzesense2mqtt) - [WyzeSense2MQTT](https://github.com/raetha/wyzesense2mqtt)
- [Xiaomi DaFang Hacks](https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks) - [Xiaomi DaFang Hacks](https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks)
- [Zehnder Comfoair RS232 MQTT](https://github.com/adorobis/hacomfoairmqtt) - [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) - [Zwave2Mqtt](https://github.com/OpenZWave/Zwave2Mqtt) (starting with 2.0.1)
### Discovery examples ### Discovery examples