Skip to content

Commit

Permalink
feat: expose new temp sensors to homekit
Browse files Browse the repository at this point in the history
  • Loading branch information
TribuneX committed Jan 21, 2024
1 parent 9e02571 commit 072b4e2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion includes/homekit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ filter:
- sensor.livingroom_temperature
- sensor.livingroom_humidity
- sensor.livingroom_pressure
- sensor.child_temperature
- sensor.child_humidity
- sensor.child_pressure
- sensor.outdoor_temperature
- sensor.outdoor_humidity
- sensor.outdoor_pressure
- sensor.bedroom_pressure
- sensor.bedroom_humidity
- sensor.bedroom_temperature
Expand Down Expand Up @@ -49,7 +55,7 @@ filter:
- cover.all
- cover.livingroom_front
- alarm_control_panel.alarm
- switch.wallbox_charging_enabled
# - switch.wallbox_charging_enabled
entity_config:
alarm_control_panel.alarm:
code: 1234

0 comments on commit 072b4e2

Please sign in to comment.