Had to back off the TTS part. Due to Alexa throttling, better to use Google ChromeCast. #421

This commit is contained in:
ccostan 2020-05-26 14:22:59 -04:00
parent 591e662086
commit 44a0fcbd5d
3 changed files with 15 additions and 13 deletions

View File

@ -1 +1 @@
0.110.1 0.110.3

View File

@ -171,6 +171,7 @@ logbook:
- group.garadget - group.garadget
- media_player.LivingRoomCC - media_player.LivingRoomCC
- py.warnings - py.warnings
- sensor.epson_xp_7100_series_uptime
- sensor.last_boot - sensor.last_boot
- sensor.last_boot_templated - sensor.last_boot_templated
- sensor.small_garage_status - sensor.small_garage_status
@ -204,6 +205,7 @@ history:
entities: entities:
- sensor.last_boot - sensor.last_boot
- sensor.date - sensor.date
- sensor.epson_xp_7100_series_uptime
- sensor.pi_hole_ads_blocked_today - sensor.pi_hole_ads_blocked_today
- sensor.pi_hole_ads_percentage_blocked_today - sensor.pi_hole_ads_percentage_blocked_today
- sensor.pi_hole_dns_queries_today - sensor.pi_hole_dns_queries_today

View File

@ -59,18 +59,18 @@ speech_processing:
0.3 0.3
{% endif %} {% endif %}
- service: notify.alexa_media # - service: notify.alexa_media
data_template: # data_template:
data: # data:
type: tts # type: tts
target: > # target: >
{% if states.group.bed.state == 'off' %} # {% if states.group.bed.state == 'off' %}
media_player.office # media_player.office
{% else %} # {% else %}
media_player.master_bathroom # media_player.master_bathroom
{% endif %} # {% endif %}
message: >- # message: >-
{{ speech_message }} # {{ speech_message }}
- service: tts.amazon_polly_say - service: tts.amazon_polly_say
data_template: data_template: