mirror of
https://github.com/esphome/esphome.git
synced 2026-09-03 19:46:02 +00:00
12 lines
200 B
YAML
12 lines
200 B
YAML
devices:
|
|
- id: other_device
|
|
name: Another device
|
|
|
|
binary_sensor:
|
|
- platform: template
|
|
name: Basic sensor
|
|
|
|
- platform: template
|
|
name: Other device sensor
|
|
device_uid: other_device
|