mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 12:17:23 +00:00
19 lines
304 B
YAML
19 lines
304 B
YAML
esphome:
|
|
name: legacy-climate-compat
|
|
|
|
host:
|
|
api:
|
|
logger:
|
|
level: DEBUG
|
|
|
|
external_components:
|
|
- source:
|
|
type: local
|
|
path: EXTERNAL_COMPONENT_PATH
|
|
components: [legacy_climate_component]
|
|
|
|
climate:
|
|
- platform: legacy_climate_component
|
|
name: "Legacy Climate"
|
|
id: legacy_climate
|