mirror of
https://github.com/esphome/esphome.git
synced 2025-10-27 21:23:48 +00:00
12 lines
201 B
YAML
12 lines
201 B
YAML
sensor:
|
|
- platform: template
|
|
id: noblex_ac_sensor
|
|
lambda: "return 21;"
|
|
|
|
climate:
|
|
- platform: noblex
|
|
name: AC Living
|
|
id: noblex_ac
|
|
sensor: noblex_ac_sensor
|
|
receiver_id: rcvr
|