I installed the latest version of home assistant 2024.10.1 and the latest version of Alexa media player and my automation “kind of” stopped working. I have a presence sensor next to my computer that counts in minutes from the time I have sit on the computer to the time I leave and if exceeds over 65 min I have Alex Echo speak to me “You’ve been sitting on the computer for too long. Move your ass! Take a break”
Now every time I get a reminder to move around i hear BEEP where the ASS used to be!?!? WTF? Why??
Here is the automation in case anyone wonders.
alias: "Office: Take a break"
description: ""
mode: single
triggers:
- entity_id:
- binary_sensor.computer_presence_sensor
for:
hours: 1
minutes: 5
seconds: 0
from: "off"
to: "on"
trigger: state
conditions:
- condition: state
entity_id: sensor.alexphone_wifi_connection
state: AkeNet
- condition: not
conditions:
- condition: state
entity_id: media_player.plexdesktop
state: playing
actions:
- data:
message: " You've been sitting on the computer for too long. Move your ass! Take a break"
target:
- media_player.echo_office
action: notify.alexa_media
- data:
message: " You've been sitting on the computer for too long. Move your ass! Take a break"
title: "Health alert:"
action: notify.hassagent
- data:
title: "Health alert:"
message: " You've been sitting on the computer for too long. Move your ass! Take a break"
action: notify.mobile_app_alexphone
Does anyone knows how and why and since when this censorship is amended and how to fix it? I want to be able to say whatever I want, not BEEPS!!!
I found the pinned post but is about the previous version not working. Mine is working fine, it just censor’s words. In version 3.13.3 and lower it did not censor “bad words”. @Sir_Goodenough I found only “explicit filter” for music and podcasts. Nothing in the settings that I can see. Can you point me to where it is?
well I dont have much experiance with other “bad words” so I dont know if ASS was just added to the list as it is my only “profanity”. Just tried “a`ss!” and it worked kind of fine… Thanks
Np, you may have switched regions. Swear words have typically been censored, if you look at the commit history on that file, it’s old. I’ve needed to “translate” these words for quite some time.
no, I dont have a knowledge of changing the region. Did not touch anything. Must be Amazon internal change. I only updated home assistant and Alexa Media Player. Ass was fine before.
I have been using an almost identical automation.
I have had to change my word for ass to arse, or tuchus, bumm, and a host of many random words for your back side. Set it up to use the random words so I don’t get bored.