diff --git a/tests/components/device/common.yaml b/tests/components/device/common.yaml new file mode 100644 index 0000000000..0f24038167 --- /dev/null +++ b/tests/components/device/common.yaml @@ -0,0 +1,11 @@ +device: + - id: other_device + name: Another device + +binary_sensor: + - platform: template + name: Basic sensor + + - platform: template + name: Other device sensor + device_id: other_device