mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 16:17:20 +00:00
Remove configuration details
This commit is contained in:
parent
d45074f9dc
commit
3c34f3dac2
@ -1,25 +1,10 @@
|
|||||||
"""
|
"""
|
||||||
homeassistant.components.zone
|
homeassistant.components.zone
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Allows defintion of zones in Home Assistant.
|
Allows defintion of zones in Home Assistant.
|
||||||
|
|
||||||
zone:
|
For configuration details please visit the documentation for this component at
|
||||||
name: School
|
https://home-assistant.io/components/zone.html
|
||||||
latitude: 32.8773367
|
|
||||||
longitude: -117.2494053
|
|
||||||
# Optional radius in meters (default: 100)
|
|
||||||
radius: 250
|
|
||||||
# Optional icon to show instead of name
|
|
||||||
# See https://www.google.com/design/icons/
|
|
||||||
# Example: home, work, group-work, shopping-cart, social:people
|
|
||||||
icon: group-work
|
|
||||||
|
|
||||||
zone 2:
|
|
||||||
name: Work
|
|
||||||
latitude: 32.8753367
|
|
||||||
longitude: -117.2474053
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user