Error while setting up nordpool platform for sensor: KeyError: 'Kr.sand'. #421
Closed
roberthaugen73
started this conversation in
General
Replies: 1 comment
-
Had to remove the integration, reboot, readd. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error while setting up nordpool platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 361, in _async_setup_platform
await asyncio.shield(awaitable)
File "/config/custom_components/nordpool/sensor.py", line 129, in async_setup_entry
_dry_setup(hass, config, async_add_devices)
File "/config/custom_components/nordpool/sensor.py", line 104, in _dry_setup
sensor = NordpoolSensor(
^^^^^^^^^^^^^^^
File "/config/custom_components/nordpool/sensor.py", line 166, in init
self._vat = _REGIONS[area][2]
~~~~~~~~^^^^^^
KeyError: 'Kr.sand'
Both version 0.0.14 and 0.0.15
Beta Was this translation helpful? Give feedback.
All reactions