Yes, latest…
Google Text-to-speech 23.12.333383720
tts settings seem fine…
Yes, latest…
Google Text-to-speech 23.12.333383720
tts settings seem fine…
There’s an ongoing issue with google tts service currently, maybe the cause for your issue.
It is not an “at the moment” issue. 1 device works flawless, the other doesn’t and it’s for about 2 weeks… (tts only as I said)… is there anything else I can try?
Ah ok, hmm don’t know, do other tts things work on this phone?
Does TTS play when you tell it to in TTS settings? There should be a section where you can adjust the voice and set the TTS engine, at that section you will see a play button to hear the voice.
Yes it played. I tried this morning and now it works . Although it does not even with the ttl: 0
and priority: high
play instant. There is latency of over minutes and mostly only when the phone is “woken” up…
nevertheless, it now kinda works. Thanks!
I understand the intent and purpose of the app. However, when I look in the playstore I don’t see any apps named “Home Assistant Companion”; rather only “Home Assistant”. And that’s true on my phone, tablet and laptop running Windows 10; so I know it’s not hidden.
Here is my point: if the “Companion” app is actually the one and same what I am seeing in the playstore; then it should be renamed as such or documentation properly referenced.
How can I exit the ‘edit dashboard’ mode? I can enter it, but can’t find where to exit.
Update: I see that reloading solves this.
Hi, I am trying a part of your code but I get this error.
2020-12-12 15:47:39 ERROR (MainThread) [homeassistant.components.automation.hattrick_tts_google_home] Hattrick tts Google Home: Error executing script. Unexpected error for call_service at pos 1: Error rendering data template: UndefinedError: 'mappingproxy object' has no attribute 'Android'
What am I doing wrong? Here’s my code:
alias: Hattrick tts Google Home
trigger:
platform: state
entity_id: sensor.s7uif_last_notification
action:
- service: tts.google_translate_say
data_template:
entity_id: media_player.beneden_speaker
message: "{{ states.sensor.s7uif_last_notification.attributes.Android.text }}"
language: 'nl'
Can you show us what the attributes are of the sensor. The error states that there is no attribute named Android.
You did not follow the recommended template to use per the docs. You want to do
{{ state_attr('sensor.s7uif_last_notification', 'Android.text') }}
Pay attention to the warning here: Templating - Home Assistant
I’m on the current HA release (0.118.5) and the current Companion Google Play Store release. I can’t seem to get anything from HA into my power menu. It just spins for awhile before erroring out. This has never worked for me since 3.0 released. I’m only just trying to actively get to the bottom of it so I can use the feature.
Something must’ve crashed while listing the entities, are you by chance able to get the logcat logs?
Thank you!
Actually it still didn’t work, but the following is working:
- service: tts.google_translate_say
data_template:
entity_id: media_player.beneden_speaker
message: "{{ states('sensor.s7uif_last_notification') }}"
Gave it fresh eyes this morning. Tried on my wife’s Pixel 3 as well. Same result.
So I went through my configuration.yaml
and deleted a bunch of legacy cruft that I either hadn’t used in years or had migrated to config flows. It works now
I have a template widget and I’m trying to switch the background color to black and text color to white. I picked Dark theme under Home Assistant User screen as well as App Configuration screen but to no avail. Anything I may be missing?
if you create a new one does it take the theme you expect?
No, even the new ones I create have white background with black text.
One thing to add though. When I select Follow System Settings on App Configuration screen, that screen turns to light theme whereas rest of the app screens are dark.
if you mean the HA front end then those 2 are not related. HA frontend is shown in a webview, the app has no control over that as it sticks to your HA user profile there. App configuration theme is for the widgets and the setting screen. What device are you experiencing this issue with? This may just be a device limitation as my own device is set to dark and all my widgets are dark.
Right. I meant to say both front end theme and app configuration theme is set to dark but widgets are still light. I’m using a Samsung S10E.