Skip to content

Commit

Permalink
Pacify yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegordon committed Nov 29, 2022
1 parent c022e91 commit cd454f0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions ios.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
actions:
- name: Fred
background_color: "#000000"
label:
text: "Hello, World"
color: "#ff0000"
text: "Hello, World"
color: "#ff0000"
icon:
icon: earth
color: "#ffffff"
icon: earth
color: "#ffffff"

- name: "LINN_STUDY_USB"
label:
text: "Linn Study - USB"
text: "Linn Study - USB"
icon:
icon: speaker
icon: speaker
# actions:
# - identifier: 'LINN_STUDY_USB'
# title: 'USB Input'
# destructive: true

8 changes: 4 additions & 4 deletions packages/ios_events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ automation:
event_data:
actionName: LINN_STUDY_USB
action:
- service: media_player.select_source
data:
entity_id: media_player.openhome_uuid_4c494e4e_0026_0f22_646e_01560511013f
source: USB
- service: media_player.select_source
data:
entity_id: media_player.openhome_uuid_4c494e4e_0026_0f22_646e_01560511013f
source: USB

0 comments on commit cd454f0

Please sign in to comment.