0.109: New integrations page and weather card, frontend lost weight

With the latest release unifi integration will try to clean up all registries when changing options that will remove entities e.g. Don’t track wired clients will remove all affected entities and their references in entity and device registry

1 Like

Ditto. Do you know what they are talking about with this purge option?

Couple of issues for me;

  • saying there is a new integration but doesn’t show the name; just a blank entry with Ignore and Configure
  • add integration dialog does not show any field prompts

I can’t delete the integration from the UI.

I currently have in my config. Do I need this?

isy994:
  host: !secret isy_host
  username: !secret isy_username
  password: !secret isy_password

If you have this line in your configuration.yaml file (under recorder:):

purge_interval: 1 # or any other number of days

Delete it.

Purging will occur every night by default.

You only posted your 1st message 2 hours ago, sit back, relax & wait.

1 Like

FYI - https://github.com/home-assistant/core/issues/34932
- https://github.com/home-assistant/core/issues/34939

Thanks for your hard work BTW

Does broadlink.send works for anyone on 0.109 with RM4C mini

It should have an icon. Without that it could for example be Netatmo.

Problem with new FritzBox 7530 auto-descovery:
lost states:
states.sensor.fritzbox.attributes.transmission_rate_down
states.sensor.fritzbox.attributes.transmission_rate_up

in yaml mode this appears.

Moreover, Fritz Repeater 1750E (mesh) have been found but after login there is no integration possible, with message:
Aborted:
“Connected to AVM FRITZ!Box but it’s unable to control Smart Home devices.”

I have reverted fritz in yaml mode for now.

Hi Makis, I’m having the same issue here with a tuya curtain switch (used for my sunscreen). For some reason it never showed the correct state (open/close) in previous releases as well, however in those I was able to press all buttons whereas now you can only press stop which doesn’t do anything.

Capture

Edit: btw also running hassio in a NUC though don’t think that is related?

@cgtobi I asked in the 0.108 thread but I can’t recall getting an answer. How does a custom component supply an icon? A simple method of doing that would tidy up a lot of stuff.

Perhaps in co-ordination with @ludeeus making it a requirement or recommendation for HACS compatibility?

logos/icons are fetched from the website that is generated from the brands repo, that repo only contains integrations that Home Assistant supports (core integrations), as of now there are no way for custom_components to provide that.
If that change I will definitely make it a requirement for new integrations (with config_flow) that are added to HACS.

1 Like

I’m getting the following, but I uninstalled hacs from the store. And I also commented out isy994 from my configs. Why are these showing up?

The following integrations and platforms could not be set up:

Please check your config.

Full logs

2020-04-30 05:22:05 ERROR (MainThread) [homeassistant.setup] Setup failed for hacs: Integration not found.
2020-04-30 05:22:05 ERROR (MainThread) [homeassistant.setup] Error during setup of component isy994
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/setup.py", line 175, in _async_setup_component
    component.setup, hass, processed_config  # type: ignore
  File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/components/isy994/__init__.py", line 410, in setup
    user = isy_config.get(CONF_USERNAME)
AttributeError: 'NoneType' object has no attribute 'get'
2020-04-30 05:22:09 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for icloud3 which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-04-30 05:22:22 WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities switch.kitty_feeder
2020-04-30 05:22:22 WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities google_assistant.request_sync
2020-04-30 05:23:40 WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities switch.entry_bathroom_fan
2020-04-30 05:23:41 WARNING (MainThread) [homeassistant.helpers.service] Unable to find referenced entities switch.kitty_feeder

Yes, that’s it. I see a few posts before that someone saw it and probably in the next releases will be fixed

If you have it configured in yaml then you won’t be able to do anything with it in the UI.

unless I’m misunderstanding what you are asking…

My vacuum is no longer found in 109.

Logginformation (ERROR)

Logger: homeassistant.components.vacuum
Source: components/xiaomi_miio/vacuum.py:459
Integration: Dammsugare (documentation, issues)
First occurred: 11:25:19 (1 occurrences)
Last logged: 11:25:19

xiaomi_miio: Error on device update!Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 322, in _async_add_entity await entity.async_device_update(warning=False) File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 472, in async_device_update await self.hass.async_add_executor_job(self.update) File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/usr/src/homeassistant/homeassistant/components/xiaomi_miio/vacuum.py", line 459, in update self._fan_speeds = self._vacuum.fan_speed_presets() AttributeError: 'Vacuum' object has no attribute 'fan_speed_presets'

Its the popular s50 and i havent seen anyone else posting problem. Surely cant be alone?

I’m trying to do a fresh install of the ISY integration.

I commented the isy: section out of configuration.yaml and removed/installed the HACS component. When I try to add it, I select the ISY item and the UI jumps immediately back to the list of integrations.

Is that not the correct approach?

Installed and working for me, I was wondering if it’s posible to customise the look on the new ‘integrations’ page, I’d prefer smaller tiles if possible, but if not that’s fine. I list view may be nice also, for those with lots of integrations, as you can then have the search box up top.

It’s really nice having both devices and entity links on each integration, a good step forward

Depending on the width of window also in desktop web UI it is possible to have 3 icons. Interesting that sometimes when display width is wide you can have 3 icons and then making browser window narrower it can change to 5 (contrary to logic)! Definitely something wrong with logic determining number of icons to be displayed. Also it would make sense to make it more gradual, like going 5->4->3 etc, instead of jumping from 5 to 3… Since this is the first release of this card I’d wait and expect it to be improved in next releases.

2 Likes