1
0
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:
Daniel Vikström
2025-05-06 10:41:46 +02:00
parent 3915e1f012
commit ff626b428f
6 changed files with 30 additions and 40 deletions

View File

@@ -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

View File

@@ -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