Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@ globals:
initial_value: "false"

# Enable Home Assistant API
# Also Add Buzzer Service Connection
# Also Add Buzzer Action Connection
api:
services:
- service: play_buzzer
actions:
- action: play_buzzer
variables:
song_str: string
then:
- rtttl.play:
rtttl: !lambda 'return song_str;'

#Co2 Calibration Service
- service: calibrate_co2_value
#Co2 Calibration Action
- action: calibrate_co2_value
variables:
co2_ppm: float
then:
Expand All @@ -65,7 +65,7 @@ api:
id: scd40

#Setting HLK Password
- service: set_ld2410_bluetooth_password
- action: set_ld2410_bluetooth_password
variables:
password: string
then:
Expand Down