Skip to content

Commit

Permalink
fix optional ir_receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
yoziru committed Aug 4, 2024
1 parent 67d5e05 commit ecbc8d0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions argoclima-ir-m5stack-atoms3-ir.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
substitutions:
ha_room_temperature_sensor: sensor.your_ha_sensor_temperature

climate:
- id: !extend ac
receiver_id: ir_receiver

packages:
base: !include packages/base.yml
device_base: !include boards/m5stack-atoms3-ir.yml
Expand Down
6 changes: 5 additions & 1 deletion argoclima-ir-m5stack-nanoc6-ir.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
substitutions:
ha_room_temperature_sensor: sensor.your_ha_sensor_temperature
ha_room_temperature_sensor: sensor.zehnder_comfoair_q350_extract_air_temperature

climate:
- id: !extend ac
receiver_id: ir_receiver

packages:
base: !include packages/base.yml
Expand Down
5 changes: 2 additions & 3 deletions packages/climate.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
climate:
- platform: argo_ulisse
id: ac
- id: ac
platform: argo_ulisse
name: "AC"
icon: mdi:air-conditioner
sensor: current_temperature
transmitter_id: ir_transmitter
receiver_id: ir_receiver

switch:
- platform: template
Expand Down

0 comments on commit ecbc8d0

Please sign in to comment.