mirror of
https://github.com/home-assistant/core.git
synced 2025-08-16 11:01:39 +02:00
Merge pull request #490 from CCOSTAN/patch-3
Added # comment for Sensor
This commit is contained in:
@@ -134,6 +134,9 @@ automation:
|
||||
service: light.turn_off
|
||||
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:
|
||||
platform: systemmonitor
|
||||
resources:
|
||||
|
Reference in New Issue
Block a user