mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 21:54:20 +01:00
Spell Zigbee with lowercase "b" (#970)
https://zigbeealliance.org/developer_resources/zigbee-specification/ "Please note that this uses old branding, Zigbee is always a lowercase B, not a capital. This change occurred shortly after the official release of this document." Also other docs at https://zigbeealliance.org/solution_type/zigbee/, https://github.com/zigpy/zigpy/issues/111
This commit is contained in:
committed by
Franck Nijhof
parent
fc04afbba4
commit
8cae39b122
@@ -31,7 +31,7 @@ systems that have installed Hass.io.
|
||||
|
||||
- **[deCONZ](/deconz/README.md)**
|
||||
|
||||
Control a ZigBee network using ConBee or RaspBee hardware by Dresden Elektronik.
|
||||
Control a Zigbee network using ConBee or RaspBee hardware by Dresden Elektronik.
|
||||
|
||||
- **[DHCP server](/dhcp_server/README.md)**
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Hass.io Core Add-on: deCONZ
|
||||
|
||||
Control a ZigBee network using ConBee or RaspBee hardware by Dresden Elektronik.
|
||||
Control a Zigbee network using ConBee or RaspBee hardware by Dresden Elektronik.
|
||||
|
||||
![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield] ![Supports i386 Architecture][i386-shield]
|
||||
|
||||
@@ -67,12 +67,12 @@ Phoscon WebUI, then restore that config after installing/reinstalling.
|
||||
|
||||
**_You must perform these steps or your Light, Group names and other data will be lost!_**
|
||||
|
||||
However, your ZigBee devices will still paired to your ConBee or RaspBee hardware.
|
||||
However, your Zigbee devices will still paired to your ConBee or RaspBee hardware.
|
||||
|
||||
## Accessing the deCONZ application and viewing the mesh via VNC
|
||||
|
||||
The add-on allows you to access the underlying deCONZ application running on
|
||||
a remote desktop via VNC. It allows you to view the ZigBee mesh (which can
|
||||
a remote desktop via VNC. It allows you to view the Zigbee mesh (which can
|
||||
be really helpful when debugging network issues), but also gives you access
|
||||
to tons of advanced features.
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "deCONZ",
|
||||
"version": "5.0",
|
||||
"slug": "deconz",
|
||||
"description": "Control a ZigBee network with ConBee or RaspBee by Dresden Elektronik",
|
||||
"description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik",
|
||||
"arch": ["amd64", "armhf", "aarch64"],
|
||||
"url": "https://github.com/home-assistant/hassio-addons/tree/master/deconz",
|
||||
"startup": "system",
|
||||
|
||||
Reference in New Issue
Block a user