After this update my thermostats only move in 0.1 increments, previously this was a hard coded 0.5
This change tied the step size in the UI to the precision parameter, which is a good idea at first glance, but means you either have to deal with a tiny step size which makes the UI very annoying to use, or lower precision, which is far from ideal.
talking about the service cloud_say, has this been removed from the developer-tools/service services?
I did migrate from google_say to cloud_say some time ago, and want to change back because the cloud_say is having issues with pronouncing dates and times like silly. However, since I now have a working setup with cloud_say, using all parameters, like:
- service: tts.cloud_say
data:
language: >
{{states('sensor.tts_language')}}
# {{states('input_select.intercom_language')|lower}}
options:
gender: >
{{states('input_select.tts_gender')|lower}}
entity_id: >
{{states('sensor.intercom')}}
message: >
{% set language = states('input_select.intercom_language') %}
{% if language == 'En' %} {{message_en}}
{% elif language == 'Nl' %} {{message_nl}}
{% else %} {{message_en}}
{% endif %}
I’d hate to lose that info and don’t understand later on how to get it back, without being able to test it in the dev-tools…
do we need a setting somewhere in configuration.yaml maybe to have it show up in dev-tools?
btw yes, I realize the Text to Speech box in /Configuration/Home Assistant Cloud is available.
thanks, and yeah sure, the commenting the config is fine, but I was surprised not to see the service being available any longer, while we can use it. (and have vague memories seeing it in the dev-tools…) or hasn’t it been there and am I imagining things
Just updated to Current version: 0.1.5. Then it all stopped working. Checked the config and the device was missing. Reselected the device and all is good.
I still see tts.cloud_say listed under Developer Tools > Services.
Are there any errors related to the cloud integration in the log? It’s possible that it failed to connect to Nabu Casa at startup and didn’t fully setup the integration, so a restart might help.
I made the foolish decision to upgrade last night whilst tired… once done, everything appeared to be fine, until I came to turn off the light to go to bed and nothing happened. For some reason, the Hue remotes (and only them) stopped working. I checked for the ZHA event and they were definitely being picked up, but neither automations in HA or ControllerX were being triggered any more. I rolled back using the snapshot I’d created and all was well again. Has anyone else noticed this issue with Hue remotes in ZHA on this latest version, or is it just me?
I have tried 3 times to upgrade to the latest version. Every time my Wemo Switch’s fail being referred to the logs which I am including and not sure how much is related to my error?
6:20:04 AM – Sensor (ERROR)
Setup failed for wemo: Requirements for wemo not found: [‘pywemo==0.6.1’].
6:19:53 AM – setup.py (ERROR)
Unable to install package pywemo==0.6.1: ERROR: Command errored out with exit status 1: command: /srv/homeassistant/bin/python -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/tmp/pip-install-rltwdwz7/lxml/setup.py’"’"’; file=’"’"’/tmp/pip-install-rltwdwz7/lxml/setup.py’"’"’;f=getattr(tokenize, ‘"’"‘open’"’"’, open)(file);code=f.read().replace(’"’"’\r\n’"’"’, ‘"’"’\n’"’"’);f.close();exec(compile(code, file, ‘"’"‘exec’"’"’))’ egg_info --egg-base /tmp/pip-pip-egg-info-021xzohh cwd: /tmp/pip-install-rltwdwz7/lxml/ Complete output (3 lines): Building lxml version 4.6.2. Building without Cython. Error: Please make sure the libxml2 and libxslt development packages are installed. ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. WARNING: You are using pip version 20.2.4; however, version 21.0.1 is available. You should consider upgrading via the ‘/srv/homeassistant/bin/python -m pip install --upgrade pip’ command.
Hi Tomu, I’m also having issues with Calendars.
Do you know if it was changed something ?
File "/usr/src/homeassistant/homeassistant/components/google/__init__.py", line 347, in get
http = credentials.authorize(httplib2.Http())
AttributeError: 'NoneType' object has no attribute 'authorize'
21-02-12 08:13:24 ERROR (SyncWorker_1) [supervisor.docker.interface] Can't install homeassistant/qemux86-64-homeassistant:2021.2.3 -> 404 Client Error for http+docker://localhost/v1.40/images/homeassistant/qemux86-64-homeassistant:2021.2.3/json: Not Found ("no such image: homeassistant/qemux86-64-homeassistant:2021.2.3: No such image: homeassistant/qemux86-64-homeassistant:2021.2.3").