Compare commits

..

No commits in common. "311f6f5039448a2b4c69c49a710688075fe05c4e" and "21b21c880072d69d93b5a69d3209c72b56bdb303" have entirely different histories.

6 changed files with 15 additions and 25 deletions

View File

@ -1 +1 @@
2024.5.4
2024.5.1

View File

@ -16,10 +16,9 @@ input_boolean:
initial: off
#-------------------------------------------
mqtt:
sensor:
- state_topic: "polly/lastmsg"
name: "Last Message"
binary_sensor:
- state_topic: "polly/lastmsg"
name: "Last Message"
##############################################################################
### Automations -
##############################################################################

View File

@ -55,29 +55,21 @@ speech_processing:
{% if now().strftime('%H')|int < 12 and now().strftime('%H')|int > 6 %}
0.3
{% elif now().strftime('%H')|int > 12 and now().strftime('%H')|int < 20 %}
0.3
0.5
{% else %}
0.3
{% endif %}
# - service: tts.amazon_polly_say
# data:
# entity_id: media_player.livingroomCC
# message: >-
# <speak>
# <amazon:auto-breaths>
# {{ speech_message }}
# </amazon:auto-breaths>
# </speak>
# cache: true
- service: tts.cloud_say
- service: tts.amazon_polly_say
data:
entity_id: media_player.livingroomCC
options:
voice: JennyNeural
message: >-
{{ speech_message }}
<speak>
<amazon:auto-breaths>
{{ speech_message }}
</amazon:auto-breaths>
</speak>
cache: true
- service: input_boolean.turn_off

View File

@ -3,7 +3,6 @@
###################################################
mqtt:
sensor:
- state_topic: "dash/medicine/medicine_time"
name: "Medicine time"
device_class: "timestamp"
binary_sensor:
- state_topic: "dash/medicine/medicine_time"
name: "Medicine time"

File diff suppressed because one or more lines are too long