mirror of
https://github.com/esphome/esphome.git
synced 2025-09-21 04:32:23 +01:00
Attempt moving it to esphome config section
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
devices:
|
||||
- id: other_device
|
||||
name: Another device
|
||||
|
||||
binary_sensor:
|
||||
- platform: template
|
||||
name: Basic sensor
|
||||
|
||||
- platform: template
|
||||
name: Other device sensor
|
||||
device_id: other_device
|
@@ -17,4 +17,12 @@ esphome:
|
||||
version: "1.1"
|
||||
on_update:
|
||||
logger.log: on_update
|
||||
sub_devices:
|
||||
- id: other_device
|
||||
name: Another device
|
||||
area: Another area
|
||||
|
||||
binary_sensor:
|
||||
- platform: template
|
||||
name: Other device sensor
|
||||
device_id: other_device
|
||||
|
Reference in New Issue
Block a user