diff --git a/README.md b/README.md index 25b139f..ffe55e4 100644 --- a/README.md +++ b/README.md @@ -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)** diff --git a/deconz/README.md b/deconz/README.md index 84de19b..2871f29 100644 --- a/deconz/README.md +++ b/deconz/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. diff --git a/deconz/config.json b/deconz/config.json index 6578888..d157d6c 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -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",