I only recently switched from the old states version to lovelace (more accurately: I did nothing until states didn’t work anymore and the lovelace site didn’t show anything automatically ) but lovelace only works in manual mode. When I delete the „mode: yaml“–line in config.yaml and the ui–lovelace.yaml file and restart, I don‘t get the 3 dots on the right to start the raw editor or de ui editor. When I change back to manual mode then I get the menu (but can, of course, not start the ui editor). Any Ideas? By the way: I don‘t have (or am unable to find) the file config/.storage/lovelace (only some other files are there). Any ideas? Thanx alot!
you need to do something like “Take control”, otherwise LL works in auto mode
I’d like LL to work in auto mode.
when I say auto
mode I mean all entities are added automatically by LL and you have no control, no yaml files, no raw editor or Configure UI.
is this what you’re after?
No, not exactley. I’d like to use Configure UI, but can’t reach it.
If you or on .0.107 or .0.108, maybe you can try to add a second lovelace dashboard, and see if you can take control of that one.
Configuration->Lovelace dashboards
Unfortunately this didn’t work. I added a second dashboard through configuration.yaml. (Because I made a mistake HA startet in Safe Mode. There I could see - for the first time - the Configuration Page. After correcting and a new start, the configuration page is gone again). But I can’t control that one neither …
Then you have bigger problems than missing lovelace. Maybe post your configuration.yaml.
Sure. I’ve excluded parts which seemed irrelevant with “[…]“.
system_health:
knx:
tunneling:
host: '192.168.0.40'
port: 3671
local_ip: '192.168.0.217'
expose:
- type: temperature
entity_id: sensor.temperature_xxxxxxxxxxx
[...]
homeassistant:
name: Home
latitude: xxxxx
longitude: xxxxxx
elevation: 476
unit_system: metric
time_zone: Europe/London
customize: !include customize.yaml
panel_iframe:
configurator:
title: Configurator
icon: mdi:wrench
url: http://192.168.0.217:3281
#http:
# api_password: !secret http_password
logger:
light:
- platform: knx
[...]
- platform: yeelight
devices:
192.168.0.147:
name: Garderobe rechts
model: strip1
switch:
- platform: knx
[...]
binary_sensor:
- platform: knx
[...]
sensor:
- platform: knx
[...]
cover:
- platform: knx
[...]
discovery:
xiaomi_aqara:
discovery_retry: 5
gateways:
- key: xxxxxxxxx
# Example using a delay after start of Home Assistant
homekit:
auto_start: false
automation:
- alias: 'Start HomeKit'
trigger:
- platform: homeassistant
event: start
action:
- delay: 00:01 # Waits 5 minutes
- service: homekit.start
- alias: Treppen Sensor meldet Bewegung
initial_state: 'off'
trigger:
platform: state
entity_id: binary_sensor.motion_sensor_158d0002236811
to: 'on'
action:
service: switch.turn_on
entity_id: switch.treppe
- alias: Daily snapshot at 3 AM
trigger:
platform: time
at: '3:00:00'
condition:
condition: time
weekday:
- sun
action:
- service: hassio.snapshot_full
data_template:
name: Automated Backup {{ now().strftime('%Y-%m-%d') }}
password: !secret snapshot_password
Ok, it seems staightforward. Add
default_config:
to your configuration.yaml
Wow - that really was it!!! Everything works now as it should. Thank you very, very much for your help!!!
that’s interesting.
I don’t have it and no issues so far…
Saw it in other people’s configs and vaguely remember when they introduce it.
Hello,
Since the latest " Home Assistant 0.114.2" update, my raw editor is missing !
I add default_config: to my yaml configuration but nothing change.
Thanks
Problem is now solved. This was a language problem.