From ad3d7c9523b83423e1db959814052b0c6366d8fc Mon Sep 17 00:00:00 2001 From: Hedda Date: Wed, 24 Oct 2018 14:12:30 +0200 Subject: [PATCH] Update zha __init__.py to reflect new Zigbee name stylization by the Zigbee Alliance (#17751) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Zigbee Alliance has changed their stylized writing (and logo) of the Zigbee name from “ZigBee” to “Zigbee”, as in they are no longer writing Zigbee with a capital “B” in the middle of the name. --- homeassistant/components/zha/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/zha/__init__.py b/homeassistant/components/zha/__init__.py index 8cea746f89a..228e589ab01 100644 --- a/homeassistant/components/zha/__init__.py +++ b/homeassistant/components/zha/__init__.py @@ -1,5 +1,5 @@ """ -Support for ZigBee Home Automation devices. +Support for Zigbee Home Automation devices. For more details about this component, please refer to the documentation at https://home-assistant.io/components/zha/ @@ -71,7 +71,7 @@ SERVICE_SCHEMAS = { } -# ZigBee definitions +# Zigbee definitions CENTICELSIUS = 'C-100' # Key in hass.data dict containing discovery info DISCOVERY_KEY = 'zha_discovery_info'