Skip to content

Commit

Permalink
MAke Linter Happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpouffier committed Aug 7, 2024
1 parent 2e84b47 commit 4fb5309
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions voice-kit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ globals:
initial_value: 'false'

switch:
# This is the master mute switch. It is exposed to Home Assistant. The user can only turn it on and off if the hardware switch is off. (The hardware switch overrides the software one)
# This is the master mute switch. It is exposed to Home Assistant. The user can only turn it on and off if the hardware switch is off. (The hardware switch overrides the software one)
- platform: template
id: master_mute_switch
restore_mode: RESTORE_DEFAULT_OFF
Expand Down Expand Up @@ -332,7 +332,7 @@ binary_sensor:
id: voice_assistant_leds
effect: "Rainbow"
# Factory Reset Warning
# . Audible and Visible warning.
# . Audible and Visible warning.
- timing:
- ON for at least 10s
then:
Expand Down Expand Up @@ -393,7 +393,7 @@ light:
chipset: WS2812
default_transition_length: 0ms
power_supply: led_power

# Voice Assistant LED ring. Remapping of the internal LED.
# This light is not exposed. The device controls it
- platform: partition
Expand Down Expand Up @@ -710,7 +710,7 @@ sensor:
name: "PSRAM Free"

event:
# Event entity exposed to the user to automate on complex center button presses.
# Event entity exposed to the user to automate on complex center button presses.
# The simple press is not exposed as it is used to control the device itself.
- platform: template
id: button_press_event
Expand Down Expand Up @@ -1233,14 +1233,14 @@ button:
.set_announcement(true)
.set_local_media_file(id(timer_finished_wave_file))
.perform();
# TODO: Remove before launch, added for testing/development
- platform: template
name: Check for update
entity_category: diagnostic
on_press:
- component.update: update_http_request

# TODO: Remove before launch, added for testing/development
- platform: template
name: Perform Update
Expand Down

0 comments on commit 4fb5309

Please sign in to comment.