2022.2: Let's start streamlining!

Refresh the page, it’s some sort of caching issue.

Super update. Thanks to all who made this release possible. I do hope that the Zone state will be back in the next release.

The Android TV configuration has not been imported automatically. I tried using the UI but when I put the IP it gives me a Failed to connect
Any idea ?

The LG WebOS TV changes are not stream lining. How is making it so you can no longer use media_player.turn_on and off streamlining? If we can’t have 3 speed fans any more and have to use percentages I think media player entities should have to use those and the integration needs to have a section to add IP and MAC address. This was a bad change that broke more things in the front end.

Edit: I was wrong. See below replies

3 Likes

Unbelievable that Works with Nest is removed from HA! Without controlling the home/away status my nest thermostat becomes unusable for me.

7 Likes

The outrage here in the Blog when google indicated they were ending wwn was huge. Google saw sense and left the wwn api in place. Hopefully HA team will also see sense and leave wwn support switched on until google stop (if they ever do)

10 Likes

As meny people said, this update broke webOS turn on button. At least everything else in this integration works perfectly.

4 Likes

Please do not remove Works with Nest! If Google still allows it then please keep it in.

One of the main reasons I started using Home Assistant years ago was because of the Nest Integration. My whole build is built around being able to listen for home and away events and preventing the Nest to going to away mode when there are still people in the house. I have automations that shut the nest down when key doors are left open and automations that wake the nest up in the morning when the family start moving around.

All of these automations are needed because the nest only knows about movement when someone walks past the Nest display which could be only a few times a day.

15 Likes

Do you know why the zone state was pulled? it was the feature I was looking forward to most sadly.

1 Like

I’m using the new API for my doorbell and cams alongside Bad Nest just for the Protects.

3 Likes

exactly… nest thermostat was a gateway drug for finding home assistant in my case… I have lots of automations based on home/away status and also those which turns the status away or home after some conditions…

I really hope the integration will stay :frowning: or maybe someone will fork this and turn into custom one?

2 Likes

Me to. Another tracking option plus automation’s based on number of persons by zone. I think it was pulled as it did not work for additional zones, only the default zone. I’m sure it’s just a temporary set back.

The HomeWizard Energy link is also broken. (A few entries down that list)

1 Like

Anyone having issues with nested !include in their secrets.yaml? After trying to update I’m getting this in supervisor logs:

ERROR (SyncWorker_2) [supervisor.utils.yaml] Can't read YAML file /data/homeassistant/secrets.yaml - could not determine a constructor for the tag '!include' in "/data/homeassistant/secrets.yaml"

1 Like

Is anyone having trouble with the MQTT sensor entity values being pulled from OMG published topics.

Example value_template

value_template: '{{ value_json.hum | is_defined }}'

The entity is being set correctly when a message is published to the MQTT topic that contains the required value_json. If the MQTT message does not contain the json attribute (hum in this example) then the entity state is being set to the entire json string.

is_defined should cause it to be ignored and was doing in previous core versions.

1 Like

Welp. I dont see a way to configure the scan interval on androidtv anymore. Lovely. Hope I am wrong.

HA in Docker.
Since “version” integration is moved to UI from yaml, I am getting “unavailable” for the latest HA docker version.
Deleted the integration, re-added it - first the sensor was correct, a bit later it is again “unavailble”.

I’m still using the deprecated Zwave integration. After upgrading, my Zwave thermostats work, but my light switches do not. I’m seeing this in the log:

2022-02-02 17:14:39 ERROR (MainThread) [homeassistant] Error doing job: Exception in callback ZWaveBaseEntity._schedule_update.<locals>.do_update() at /usr/src/homeassistant/homeassistant/components/zwave/node_entity.py:90
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/asyncio/events.py", line 80, in _run
    self._context.run(self._callback, *self._args)
  File "/usr/src/homeassistant/homeassistant/components/zwave/node_entity.py", line 93, in do_update
    self.async_write_ha_state()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 526, in async_write_ha_state
    raise NoEntitySpecifiedError(
homeassistant.exceptions.NoEntitySpecifiedError: No entity id specified for entity Jasco Products 45602 Lamp Dimmer Module Level
2022-02-02 17:15:28 ERROR (MainThread) [homeassistant] Error doing job: Exception in callback ZWaveBaseEntity._schedule_update.<locals>.do_update() at /usr/src/homeassistant/homeassistant/components/zwave/node_entity.py:90
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/asyncio/events.py", line 80, in _run
    self._context.run(self._callback, *self._args)
  File "/usr/src/homeassistant/homeassistant/components/zwave/node_entity.py", line 93, in do_update
    self.async_write_ha_state()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 526, in async_write_ha_state
    raise NoEntitySpecifiedError(
homeassistant.exceptions.NoEntitySpecifiedError: No entity id specified for entity Linear (Nortek Security Control LLC) WD500Z-1 Wall Dimmer Switch Level
2022-02-02 17:16:05 ERROR (MainThread) [homeassistant] Error doing job: Exception in callback ZWaveBaseEntity._schedule_update.<locals>.do_update() at /usr/src/homeassistant/homeassistant/components/zwave/node_entity.py:90
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/asyncio/events.py", line 80, in _run
    self._context.run(self._callback, *self._args)
  File "/usr/src/homeassistant/homeassistant/components/zwave/node_entity.py", line 93, in do_update
    self.async_write_ha_state()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 526, in async_write_ha_state
    raise NoEntitySpecifiedError(

Any idea what might be wrong? The entities do have entity ids assigned.

Thanks for looking at this!

3 Likes

Where should I ask for help on issues after the upgrade to 2022.2.0?
Post-upgrade the History page won’t load, it stays just the spinning loading icon. Rebooted already.

My entire home alarm is based on MCP23017 / I2C / GPIO, everything by wire.

I believe in HA because it gives the freedom to our imagination… like GPIO does.

Make things from the root… we learn and grow… otherwise, it feels like fast food

Raspberry Pi foundation still give GPIO ports… so crazy people…

5 Likes