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:
Ville Skyttä
2020-01-03 19:26:15 +02:00
committed by Franck Nijhof
parent fc04afbba4
commit 8cae39b122
3 changed files with 5 additions and 5 deletions

View File

@@ -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)**

View File

@@ -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.

View File

@@ -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",