mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Fix lint for ZHA (#24514)
This commit is contained in:
parent
d89a354d90
commit
917724ad77
@ -146,6 +146,7 @@ a new pop-up asking for a radio type. In the pop-up:
|
||||
|
||||
Press `Submit` to save radio type and you will get a new form asking for port settings specific for this
|
||||
radio type. In the pop-up:
|
||||
|
||||
- Serial device path
|
||||
- port speed (not applicable for all radios)
|
||||
- data flow control (not applicable for all radios)
|
||||
@ -181,7 +182,7 @@ Some devices can be auto-discovered, which can simplify the ZHA setup process. T
|
||||
| [ZigStar Stick (CC2652 + CH340B variant)](https://zig-star.com/projects/zigbee-stick-v4/) | USB | 1A86:7523 |
|
||||
| [Tube’s EFR32 Pro Ethernet/Serial Coordinator](https://www.tubeszb.com/) | USB| 10C4:EA60 |
|
||||
| [ZigStar Coordinators](https://zig-star.com/) | USB| 1A86:7523 |
|
||||
| [ZigStar LAN/POE Coordinators ](https://zig-star.com/projects/zigbee-gw-lan/) | Zeroconf | zigstargw.local. |
|
||||
| [ZigStar LAN/POE Coordinators](https://zig-star.com/projects/zigbee-gw-lan/) | Zeroconf | zigstargw.local. |
|
||||
| [Tube's CC2652P2 USB-powered Zigbee to Ethernet Serial Coordinator)](https://www.tubeszb.com/) | Zeroconf | tube_zb_gw_cc2652p2.local. |
|
||||
| [Tube's CC2652P2 PoE-powered Zigbee to Ethernet Serial Coordinator)](https://www.tubeszb.com/) | Zeroconf | tube_zb_gw_cc2652p2_poe.local. |
|
||||
| [Tube's EFR32 Based Zigbee to Ethernet Serial Coordinator)](https://www.tubeszb.com/) | Zeroconf | tube_zb_gw_efr32.local. |
|
||||
@ -281,7 +282,7 @@ zha:
|
||||
type: "switch" # corrected device type
|
||||
```
|
||||
|
||||
`{ieee}` is the device hardware address which can be read from the Home Assistant UI when looking at *Device info*. From device info, you can find the `{endpoint_id}` by viewing the *Zigbee device signature*.
|
||||
`{ieee}` is the device hardware address which can be read from the Home Assistant UI when looking at _Device info_. From device info, you can find the `{endpoint_id}` by viewing the _Zigbee device signature_.
|
||||
|
||||
## Services
|
||||
|
||||
@ -306,7 +307,6 @@ from the same group:
|
||||
| `qr_code` | qr_code | QR code containing IEEE and Install Code of the joining ZB3 device
|
||||
|
||||
<div class='note'>
|
||||
|
||||
Currently `qr_code` supports QR Install Codes from:
|
||||
|
||||
- Aqara
|
||||
|
Loading…
x
Reference in New Issue
Block a user