0.95: AdGuard, Life360, Plaato Airlock

Upgrade to .95.4. Its fixed now.

Please disregard. I decided to just format and rebuild the instance. Everything is working fine again.

Was anyone succesful in getting the google cloud tts to work? There are no services under tts for it.

Hi @Greg would you mind sharing the yaml code for that 3 graphics on the left, looks nice!

cards:
  - color_thresholds:
      - color: '#f39c12'
        value: 0.1
      - color: '#d35400'
        value: 0.5
      - color: '#c0392b'
        value: 0.8
    entities:
      - sensor.load_1m
    show:
      fill: true
      icon: false
      name: true
    type: 'custom:mini-graph-card'
  - entities:
      - sensor.memory_free
    show:
      icon: false
    type: 'custom:mini-graph-card'
  - entities:
      - sensor.processor_use
    show:
      icon: false
    type: 'custom:mini-graph-card'
type: horizontal-stack

1 Like

Thanks mate!
got this now:

image

thanks again!

welcome :slight_smile: looks good!

I’m seeing the same thing with Unifi.

Log
[07:22:24] INFO: Installing Home Assistant: latest...
[07:22:24] INFO: Please be patient, this might take a few minutes...
[07:23:02] INFO: Installed Home Assistant 0.95.4
[07:23:02] INFO: Don't worry, this temporary installation is not overwriting your current one.
[07:23:02] INFO: Making a copy of your configuration for checking...
[07:23:02] INFO: Checking your configuration against this version...
[07:23:39] ERROR: The configuration check did not pass!
[07:23:39] ERROR: See the output below for more details.
INFO:homeassistant.util.package:Attempting install of colorlog==4.0.2
Testing configuration at /tmp/config
INFO:homeassistant.util.package:Attempting install of netdisco==2.6.0
INFO:homeassistant.util.package:Attempting install of mutagen==1.42.0
INFO:homeassistant.util.package:Attempting install of sqlalchemy==1.3.3
INFO:homeassistant.util.package:Attempting install of pyupdate==1.4.0
INFO:homeassistant.util.package:Attempting install of pyvera==0.3.1
INFO:homeassistant.util.package:Attempting install of distro==1.4.0
INFO:homeassistant.util.package:Attempting install of home-assistant-frontend==20190626.0
INFO:homeassistant.util.package:Attempting install of aiohttp_cors==0.7.0
Failed config
  General Errors: 
    - Platform not found: device_tracker.unifi

Successful config (partial)

Still same message when installing 0.95.4 :

Testing configuration at /home/homeassistant/.homeassistant/
Failed config
 General Errors:
   - Platform not found: tts.google_cloud

Same problem for me. The tts.google_cloud platform is not found

Hi sorry to ask but did you get this figured out? The Synology sensors stopped working for me as well after .95. My config already had a name in it so not sure what else to add/check.

Your DSM sensors should have new names now that include the name you defined.

I presume this will be fixed in the next 0.95.x build… but to make it work for me using 0.95.1 I added a custom_component “yeelight” and downloaded the DEV code and added it, worked great.

Update… Just found out this is fixed in 0.95.4… looks like this is a mute issue now.

1 Like

Ahhh, got it now, thanks for the help.

Anyone noticed issues with Vera? Upgraded to 0.95.4 (from 0.94.1) overnight and noticed HA only read the status of my zwave sensors once on restart and that was it.

Reverted back to my 0.94.1 backup in order for HA to continue working with my VeraPlus.

Very likely to do with a code change in Pyvera to 0.31. Thanks for the heads up. Another reason for me to stay put on 0.94.4.

https://github.com/pavoni/pyvera/commit/2c46c5b06658daa7129560f45ae1346127a38d7f

Yep, I’m having same experience with unifi.

[09:50:02] INFO: Installing Home Assistant: latest...
[09:50:02] INFO: Please be patient, this might take a few minutes...
[09:53:52] INFO: Installed Home Assistant 0.95.4
[09:53:52] INFO: Don't worry, this temporary installation is not overwriting your current one.
[09:53:52] INFO: Making a copy of your configuration for checking...
[09:54:55] INFO: Checking your configuration against this version...
[09:58:29] ERROR: The configuration check did not pass!
[09:58:29] ERROR: See the output below for more details.
INFO:homeassistant.util.package:Attempting install of colorlog==4.0.2
Testing configuration at /tmp/config
INFO:homeassistant.util.package:Attempting install of sqlalchemy==1.3.3
INFO:homeassistant.util.package:Attempting install of tuyapy==0.1.3
INFO:homeassistant.util.package:Attempting install of mutagen==1.42.0
INFO:homeassistant.util.package:Attempting install of netdisco==2.6.0
INFO:homeassistant.util.package:Attempting install of distro==1.4.0
INFO:homeassistant.util.package:Attempting install of home-assistant-frontend==20190626.0
INFO:homeassistant.util.package:Attempting install of aiohttp_cors==0.7.0
INFO:homeassistant.util.package:Attempting install of pysonos==0.0.17
INFO:homeassistant.util.package:Attempting install of restrictedpython==4.0b8
Failed config
  General Errors: 
    - Platform not found: device_tracker.unifi

Hi, after restarting Home Assistant, I continously (at different times, repeats) get the following error:

> 2019-06-14 12:40:28 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
> Traceback (most recent call last):
>   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 365, in _async_add_entity
>     await entity.async_update_ha_state()
>   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 225, in async_update_ha_state
>     self._async_write_ha_state()
>   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 248, in _async_write_ha_state
>     state = self.state
>   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/weather/__init__.py", line 173, in state
>     return self.condition
>   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/openweathermap/weather.py", line 97, in condition
>     return [k for k, v in CONDITION_CLASSES.items() if
>   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/openweathermap/weather.py", line 98, in <listcomp>
>     self.data.get_weather_code() in v][0]
> AttributeError: 'NoneType' object has no attribute 'get_weather_code'
> 2019-06-14 13:17:36 ERROR (SyncWorker_3) [homeassistant.components.openweathermap.sensor] Error when calling API to get weather at coordinates

Any thoughts? Not sure what is happening after upgrade to my openweather integration.
Thanks,

Yes. I just noticed that notifications from Vera appear broken.

Does an issue need to be raised to track this, as it breaks Vera completely. Which issue tracker would it be raised in?

Same here… did you find some way to solve this? The sensors are not anymore available since 0.94