Update zha __init__.py to reflect new Zigbee name stylization by the Zigbee Alliance (#17751)

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.
This commit is contained in:
Hedda 2018-10-24 14:12:30 +02:00 committed by Paulus Schoutsen
parent a10fb94e9e
commit ad3d7c9523

View File

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