Long startup time
See original GitHub issueI configured one of my areas very basically:
kuche:
control_lights: true
control_climate: false
control_media: false
automatic_lights:
entities:
- light.kuche_spule
The binary_sensor.area_kuche
turns to on after walking in front of the motion sensor.
But the light doesn’t turn on. This happens on a other area as well. The logs don’t provide any related errors.
Edit:
Added
custom_components.magic_areas: debug
to logger. Maybe I get more information about whats going on.
Edit 2:
What does this mean?
2020-10-23 20:14:58 INFO (SyncWorker_11) [custom_components.magic_areas.binary_sensor] Küche is on passive mode.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Fix the Windows 10 Slow Boot Issue: 9 Easy Solutions
How can I fix a slow boot time in Windows 10? · 1. Use the Windows 10 Startup Manager · 2. Update your...
Read more >How to Fix Slow Startup on Windows 10 | SoftwareKeep
Uncheck the “Turn on fast startup (recommended)” option and click Save changes. You can try and restart your computer to see whether or...
Read more >Full Guide to Fix Windows 10 Slow Boot After Update - EaseUS
Fix 1. Run Windows Defender to remove virus, If the virus infects your computer and makes it run slow, you can go to...
Read more >Solved: Windows 10/11 Slow Boot [2022 Guide] - Driver Easy
How do I fix Windows 10 slow boot? · Disable Fast Startup · Disable Processes with High Startup Impact · Update your graphics...
Read more >5 Tweaks to fix Slow Boot Times in Windows 10 (Updated 2022)
Slow boot problem on Windows 10 · Disable startup program · Disable Fast Boot · Adjust Virtual Memory Settings · Install the latest...
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
Issue-Label Bot is automatically applying the label
bug
to this issue, with a confidence of 0.94. Please mark this comment with 👍 or 👎 to give our bot feedback!Links: app homepage, dashboard and code for this bot.
I will test the
passive_start
option and come back to you.