Home Assistant 2021.3.0 breaks Magic Areas
See original GitHub issueJust installed the latest 2021.3.0 version of HA. This breaks Magic Areas with the following error in the logs:
Logger: homeassistant.setup
Source: custom_components/magic_areas/__init__.py:63
First occurred: 12:12:17 AM (1 occurrences)
Last logged: 12:12:17 AM
Error during setup of component magic_areas
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 213, in _async_setup_component
result = await task
File "/config/custom_components/magic_areas/__init__.py", line 63, in async_setup
areas.append(AreaEntry(name=meta_area, id=meta_area.lower()))
TypeError: __init__() missing 1 required positional argument: 'normalized_name'
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
2021.3: My Oh My
Introducing My Home Assistant, a new UI for service calls, 100% Fans, Z-Wave JS updates and Supervisor updates.
Read more >2022.12: It does matter!
See the breaking change in the changelogs of 2022.12: YAML configuration of MQTT entities under the platform key (e.g., light ), which was ......
Read more >Areas no longer suck! Magic Areas will bring your Areas to ...
Magic Areas will bring your Areas to life with area presence state tracking, aggregations and automations! That seems to have done the trick! ......
Read more >Category: Release-Notes
2021.12: New configuration menu, the button entity, and gorgeous area cards! ... 0.103: Happy Holidays, Service calls, StarLine, GeoNet NZ and Proxmox.
Read more >Full Changelog for Home Assistant Core 2022.3
Full Changelog for Home Assistant Core 2022.3. These are all the changes included in the Home Assistant Core 2202.3 release.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I hacked this into
__init__.py
line #63:Not sure if it’s correct or not but MA is working again!
Confirm