question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Magic Areas will not load HA areas unless there's at least 1 room definition on YAML

See original GitHub issue

I wanted to try this, but HA never finishes starting up and just stops responding completely at some point mid startup. I had only added magic_areas: to my config. Nothing of relevance in the log except this: 2020-11-23 17:46:50 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for magic_areas 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.

Then the log also stops outputting anything. I do have quite a few entities if that could have something to say.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:17 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
dvbitcommented, Dec 5, 2020

I can confirm that adding at least details for one area seems to solve

0reactions
jseidlcommented, Jan 19, 2021

I just spined up a dev VM with single magic_areas: definition. All the built-in areas were captured and working fine without any further room declaration. Will close this. If anyone goes through this again we’ll reopen.

Config:


# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# Text to speech
tts:
  - platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

logger:
  default: info
  logs:
    custom_components.magic_areas: debug

magic_areas:

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Areas no longer suck! Magic Areas will bring your Areas to life ...
The thing is that config_flow is still pretty mysterious to me. Once entries are added to the config flow it won't load anymore...
Read more >
Magic Areas 3.0.0 - Beta - Issue Tracker #144 - GitHub
This is an issue thread to track bugs within the 3.0.0 release. Please NO FEATURE REQUESTS HERE, ONLY BUGS. Please cut a fresh...
Read more >
Home Assistant Dashboards for Beginners! (+ my ... - YouTube
What's up Smart Homers! I hope you enjoy this video - it's the second one in my @home_assistant Basics series. I'm hoping that...
Read more >
What is polymorphism, what is it for, and how is it used?
Polymorphism describes a pattern in object oriented programming in which classes have different functionality while sharing a common interface. The beauty of ...
Read more >
Documentation - Apache Kafka
Each partition is an ordered, immutable sequence of messages that is continually appended to—a commit log. The messages in the partitions are each...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found