Remove url prefix pt 2 (#5014)
* Migrate the non blog posts to use no domain * Update demo links * Remove Zanzito references from owntracks docs
This commit is contained in:
parent
d3fc349b50
commit
41955dc31a
102 changed files with 243 additions and 257 deletions
|
@ -12,7 +12,7 @@ ha_category: Automation Examples
|
|||
|
||||
#### {% linkable_title Sonos say script to speak with text-to-speech %}
|
||||
|
||||
This script allows you to use [TTS](https://home-assistant.io/components/#text-to-speech) on Sonos.
|
||||
This script allows you to use [TTS](/components/#text-to-speech) on Sonos.
|
||||
|
||||
```yaml
|
||||
script:
|
||||
|
@ -46,7 +46,7 @@ automation:
|
|||
trigger:
|
||||
- platform: state
|
||||
entity_id: input_boolean.mytest
|
||||
action:
|
||||
action:
|
||||
- service: script.sonos_say
|
||||
data:
|
||||
sonos_entity: media_player.office
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue