mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
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:
parent
a10fb94e9e
commit
ad3d7c9523
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user