1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

Add some components to the new testing framework (N) (#6210)

This commit is contained in:
Keith Burzinski
2024-03-26 20:24:32 -05:00
committed by GitHub
parent ca6020e11a
commit 9779989f67
27 changed files with 724 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
remote_receiver:
id: rcvr
pin: 4
dump: all
remote_transmitter:
pin: 2
carrier_duty_percent: 50%
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