I have been using Home Assistant to, among others, control two sun screens and one solar sensor. This has been working fine for months. After upgrading Home Assistant to core-2021.8.5, Home Assistant throws the error “The following integrations and platforms could not be set up: tahoma.sensor.” Checking the log shows:
Logger: homeassistant.setup
Source: setup.py:311
First occurred: 7:29:35 (1 occurrences)
Last logged: 7:29:35Unable to prepare setup for platform tahoma.sensor: Platform not found (cannot import name ‘ELECTRICAL_CURRENT_AMPERE’ from ‘homeassistant.const’ (/usr/src/homeassistant/homeassistant/const.py)).
How do I resolve this?
Silly thing is that I cannot even find where this thing is configured: I use the Somfy TaHoma integration, there is no Tahoma related content in my configuration.yaml, there is no configuration in the custom_components/tahoma directory, and no authentication credentials in secrets.yaml either. So I don’t know where this custom integration is actually configured.
Any suggestions on where to look, and what to change to make my solar sensor work again?