Skip to content

Commit

Permalink
fix yamllint and optimize kitchen button automation
Browse files Browse the repository at this point in the history
  • Loading branch information
tinuva committed Jan 9, 2025
1 parent aedb46a commit e1091d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/zigbee/tasmota_zigbee_action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ automation:
room:
- "11"

# Main Bathroom button
- alias: 'MQTT Zigbee Button Main Bathroom single click'
initial_state: true
trigger:
# Main Bathroom button
- alias: 'MQTT Zigbee Button Main Bathroom single click'
initial_state: true
trigger:
- platform: mqtt

Check failure on line 45 in packages/zigbee/tasmota_zigbee_action.yaml

View workflow job for this annotation

GitHub Actions / 🧹 yamllint

wrong indentation: expected 6 but found 4
topic: 'zigbee2mqtt/Main Bathroom Button/action'
payload: 'single'
action:
action:
- service: light.toggle

Check failure on line 49 in packages/zigbee/tasmota_zigbee_action.yaml

View workflow job for this annotation

GitHub Actions / 🧹 yamllint

wrong indentation: expected 6 but found 4
target:
entity_id: light.main_bathroom
Expand Down

0 comments on commit e1091d7

Please sign in to comment.