Hello,
I have a problem with the Netatmo connection in Home Assistant 0.116.0.
I cannot see the weather station in the integration, but I can see the camera welcome.
I get an error:
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 193, in _async_setup_platform
await asyncio.shield(task)
File “/usr/src/homeassistant/homeassistant/components/netatmo/sensor.py”, line 159, in async_setup_entry
async_add_entities(await find_entities(data_class_name), True)
File “/usr/src/homeassistant/homeassistant/components/netatmo/sensor.py”, line 120, in find_entities
for module_id in data_class.get_modules(station_id):
File “/usr/local/lib/python3.8/site-packages/pyatmo/weather_station.py”, line 88, in get_modules
“station_name”: station[“station_name”],
KeyError: ‘station_name’
I did integration via the cloud and configuration.yamal (client_id,client_secret) and i have the same error.
When will I add in sensor.yamal
- platform: netatmo
station: Sypialnia
modules:
module_name1:
- temperature
I have an error:
“The netatmo platform for the sensor integration does not support platform setup. Please remove it from your config.”
There are only cameras in integration
Please help me fix the error
Thx
Uuuu there are still some problems with Netatmo servers ??