Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhanifin committed Aug 12, 2023
1 parent bfb3425 commit 3fc08ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .HA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.8.1
2023.8.2
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
"**/zwscene.xml": true,
"themes/compact-header.yaml": false
},
"search.useIgnoreFiles": true
"search.useIgnoreFiles": true,
"github.gitAuthentication": true

}
2 changes: 1 addition & 1 deletion scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,7 @@ tts_phrase_say:
value_template: '{{ message|trim != "" }}'
alias: When a message is set.
then:
- service: script.say_cloud
- service: script.say_local
data:
media_player: '{{ smart_speaker }}'
message: '{{ message }}'
Expand Down

0 comments on commit 3fc08ce

Please sign in to comment.