1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

[packages] Allow list instead of dict for packages (#8688)

This commit is contained in:
Clyde Stubbs
2025-05-05 10:26:59 +10:00
committed by GitHub
parent 3ed03edfec
commit a31d8ec309
5 changed files with 63 additions and 33 deletions

View File

@@ -0,0 +1,11 @@
packages:
- sensor:
- platform: template
id: inline_sensor
- !include package.yaml
- github://esphome/esphome/tests/components/template/common.yaml@dev
- url: https://github.com/esphome/esphome
file: tests/components/binary_sensor_map/common.yaml
ref: dev
refresh: 1d