Skip to content

Commit

Permalink
Spell Zigbee with lowercase "b" (home-assistant#970)
Browse files Browse the repository at this point in the history
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/,
zigpy/zigpy#111
  • Loading branch information
scop authored and frenck committed Jan 3, 2020
1 parent fc04afb commit 8cae39b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)**

Expand Down
6 changes: 3 additions & 3 deletions deconz/README.md
Original file line number Diff line number Diff line change
@@ -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]

Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion deconz/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8cae39b

Please sign in to comment.