mirror of
https://github.com/esphome/esphome.git
synced 2026-02-24 02:08:23 -07:00
12 lines
199 B
YAML
12 lines
199 B
YAML
devices:
|
|
- id: other_device
|
|
name: Another device
|
|
|
|
binary_sensor:
|
|
- platform: template
|
|
name: Basic sensor
|
|
|
|
- platform: template
|
|
name: Other device sensor
|
|
device_id: other_device
|