mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Added # comment for Sensor
Comments for unique sensor labels.
This commit is contained in:
parent
5e0a4c316f
commit
17865c78c4
@ -134,6 +134,9 @@ automation:
|
|||||||
service: light.turn_off
|
service: light.turn_off
|
||||||
entity_id: group.all_lights
|
entity_id: group.all_lights
|
||||||
|
|
||||||
|
# Sensors need to be added into the configuration.yaml as sensor:, sensor 2:, sensor 3:, etc.
|
||||||
|
# Each sensor label should be unique or your sensors might not load correctly.
|
||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
platform: systemmonitor
|
platform: systemmonitor
|
||||||
resources:
|
resources:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user