I’ve got the same problem. Google TTS does not work anymore. I tried all kind of combinations with the new internal/external url settings. It does not work. I don’t get the idea yet, with the internal and external URL. Do we need to use now two different URL strings. One, when connecting from the internal network and one, when connecting from the internet? I prefer having one common url, like we had it in the past. Unfortunately, I can’t find it described in the docs.
Can somebody please explain?
doe the docker image include the supervisor?
My Google TTS is down too, so this must be an upgrade thing
Every HA component is a seperate container/image. HA, DNS, Audio, Multicast, CLI, Supervisor - all have their own image
hay bro
your broadlink problem
have you got remote: in your config file
- platform: broadlink
host: bla.bla.bla.bla
mac: 'bla:bla'
timeout: 15
# retry: 5
switches:
gas_heater:
had to take out the retry did a reboot and all working again
My Lovelace tabs are gone. Is there anything I’ve missed?
Update Custom Header.
Well first of, as I understand it, you don’t NEED to give two URL (inside & outside) outside is a must, but inside is not necessary.
I have two valid urls, inside and outside, so for me it’s good, not sure if the Android App is going to utilize it on a new install, or if you still have to give it yourself.
The TTS part @enzymes that can be solved with the ‘old’ method:
- platform: google_translate
language: 'da'
base_url: !secret nabucasa
Thanks, how can I do this?
That would depend on hw you installed it. HACS?
Thanks, TTS works again!
That was the missing hind. Thanks!!!
Note…Log for tuya exposes credentials til eliminated in conf,… Icons .on Xbox One Edge browser gone from sidebar and main area ,blue sensor tag icons, upper left, dialog, sensor tags,for sun, person,tracker…Love the work,and WIP,…might adopt stable builds for those,not into it,…until,a security issue is discovered. Not yet checked Chrome or PC Edge…
I’m seeing a fail on upgrading cryptography to 2.9.2 on a venv installation.
logs look like this, I’ve tried numerous ways to remediate to no avail. a clean install on Ubuntu Server works fine, as does a clean install on Raspbian…
(homeassistant) homeassistant@hassbian:/srv/homeassistant $ pip3 install --upgrade homeassistant
Collecting homeassistant
Using cached homeassistant-0.110.0-py3-none-any.whl (8.2 MB)
Requirement already satisfied, skipping upgrade: voluptuous==0.11.7 in ./lib/python3.7/site-packages (from homeassistant) (0.11.7)
Collecting cryptography==2.9.2
Using cached cryptography-2.9.2.tar.gz (517 kB)
Installing build dependencies ... error
ERROR: Command errored out with exit status 1:
command: /srv/homeassistant/bin/python /srv/homeassistant/lib/python3.7/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-5pdybv37/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=40.6.0' wheel 'cffi>=1.8,!=1.11.3; platform_python_implementation != '"'"'PyPy'"'"''
cwd: None
Complete output (44 lines):
Traceback (most recent call last):
File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/srv/homeassistant/lib/python3.7/site-packages/pip/__main__.py", line 26, in <module>
sys.exit(_main())
File "/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/cli/main.py", line 73, in main
command = create_command(cmd_name, isolated=("--isolated" in cmd_args))
File "/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/commands/__init__.py", line 104, in create_command
module = importlib.import_module(module_path)
File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 728, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/commands/install.py", line 24, in <module>
from pip._internal.cli.req_command import RequirementCommand, with_cleanup
File "/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 16, in <module>
from pip._internal.index.package_finder import PackageFinder
File "/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/index/package_finder.py", line 21, in <module>
from pip._internal.index.collector import parse_links
File "/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/index/collector.py", line 14, in <module>
from pip._vendor import html5lib, requests
File "/srv/homeassistant/lib/python3.7/site-packages/pip/_vendor/requests/__init__.py", line 114, in <module>
from . import utils
File "/srv/homeassistant/lib/python3.7/site-packages/pip/_vendor/requests/utils.py", line 25, in <module>
from . import certs
File "/srv/homeassistant/lib/python3.7/site-packages/pip/_vendor/requests/certs.py", line 15, in <module>
from pip._vendor.certifi import where
File "/srv/homeassistant/lib/python3.7/site-packages/pip/_vendor/certifi/__init__.py", line 1, in <module>
from .core import contents, where
File "/srv/homeassistant/lib/python3.7/site-packages/pip/_vendor/certifi/core.py", line 12, in <module>
from importlib.resources import read_text
File "/usr/lib/python3.7/importlib/resources.py", line 11, in <module>
from typing import Iterable, Iterator, Optional, Set, Union # noqa: F401
File "/srv/homeassistant/lib/python3.7/site-packages/typing.py", line 1357, in <module>
class Callable(extra=collections_abc.Callable, metaclass=CallableMeta):
File "/srv/homeassistant/lib/python3.7/site-packages/typing.py", line 1005, in __new__
self._abc_registry = extra._abc_registry
AttributeError: type object 'Callable' has no attribute '_abc_registry'
----------------------------------------
ERROR: Command errored out with exit status 1: /srv/homeassistant/bin/python /srv/homeassistant/lib/python3.7/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-5pdybv37/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=40.6.0' wheel 'cffi>=1.8,!=1.11.3; platform_python_implementation != '"'"'PyPy'"'"'' Check the logs for full command output.
sometimes I agree, but this time I had ZERO error. So experience varies. Tell us whats your problem
Did you look in the log for errors?
which log exactly? There are so many. I’m confused.
Developer tools / Logs menu.
I have the impression that something is wrong with Lovelace overall. I can’t edit anything either.