Open karlbeecken opened 1 month ago
If you enable advanced mode within your profile you will be able to see the Home Assistant URL. "In the bottom left, select your username to go to your User profile, and enable Advanced mode." Once you have advanced mode enabled, you can go to Settings > System > Network and you will see "Home Assistant URL"
I also have problem with this issue In my network configuration it looks like this I don't understand what in my configuration.yaml that couses the problem.
My configuration.yaml look like this: `homeassistant:
name: Freddas
latitude: !secret home_latitude longitude: !secret home_longitude
elevation: 3
unit_system: metric
country: SE
time_zone: Europe/Stockholm
customize: !include customize.yaml auth_providers:
default_config: config:
conversation:
logbook:
http: ssl_certificate: /ssl/fullchain.pem ssl_key: /ssl/privkey.pem
frontend: themes: !include_dir_merge_named themes
lovelace:
mode: storage dashboards:
# mode: yaml
# icon: mdi:home-assistant
# show_in_sidebar: true
# filename: lovelace-overview_view.yaml
lovelace-overview:
mode: yaml
title: Overview
icon: mdi:home-assistant
show_in_sidebar: true
filename: lovelace-overview_view.yaml
# lovelace-switches:
# mode: yaml
# title: Switches
# icon: mdi:dip-switch
# show_in_sidebar: true
# filename: lovelace-switches.yaml
# lovelace-sauna:
# mode: yaml
# title: Sauna
# icon: mdi:dip-switch
# show_in_sidebar: false
# filename: lovelace-sauna_view.yaml
# lovelace-sauna:
# mode: yaml
# title: Sauna
# icon: mdi:dip-switch
# show_in_sidebar: true
# filename: /config/lovelace_views/lovelace-sauna_view.yaml
influxdb: host: 10.0.1.3
port: 8086 database: home_assistant username: !secret influxdb_username password: !secret influxdb_password max_retries: 3 default_measurement: state include: entities:
recorder:
logger: default: info logs:
homeassistant.components.rfxtrx: debug
RFXtrx: debug
# unifi
aiounifi: debug
homeassistant.components.unifi: debug
homeassistant.components.device_tracker.unifi: debug
homeassistant.components.switch.unifi: debug
# Zigbee
pydeconz: debug
homeassistant.components.deconz: debug
sun:
sensor:
platform: template sensors:
sun_elevation: friendly_name: "Sun elevation" unit_of_measurement: "°" value_template: "{{ state_attr('sun.sun', 'elevation') }}"
smhi_cloudiness: friendly_name: SMHI cloudiness
value_template: "{{ state_attr( 'weather.smhi_vasteras', 'cloudiness') }}"
outside_temp_db: value_template: "{{ states('sensor.rubicson_dc_01_temperature') }}" friendly_name: Outside temp unique_id: outside_temp_db device_class: monetary attribute_templates: update_now: "{{ (now().minute / 5) | round(0) }}"
platform: min_max name: "SMHI mean cloudiness 1" type: mean round_digits: 2 entity_ids:
platform: min_max name: "SMHI mean cloudiness 2" type: mean round_digits: 2 entity_ids:
platform: statistics name: "Mean_statistics" state_characteristic: mean sampling_size: 20 entity_id: sensor.yr_low_clouds
command_line: binary_sensor: command: "cat /proc/sys/net/ipv4/ip_forward" value_template: "{{ is_state('switch.flush_2_relay_2', 'on') }}" name: "Sauna On/Off switch" device_class: heat
payload_on: "On"
payload_off: "Off"
input_boolean: switch_athome: name: @ home icon: mdi:home-account switch_kitchen_win_light_en: name: Enable Kitchen window light icon: mdi:flash-auto switch_facade_light_en: name: Enable Facade light icon: mdi:flash-auto switch_hallway_win_light_en: name: Enable Hallway window light icon: mdi:flash-auto switch_stairs_win_light_en: name: Enable Stairs window light icon: mdi:flash-auto switch_dining_win_light_en: name: Enable Dining window light icon: mdi:flash-auto switch_dining_win_light_night_on: name: Enable Dining win light night on icon: mdi:flash-auto switch_livingroom_win_light1_en: name: Enable Livingroom window light1 (wall_1) icon: mdi:flash-auto switch_livingroom_win_light2_en: name: Enable Livingroom window light2 (wall_2) icon: mdi:flash-auto switch_alva_win_light_en: name: Enable Alva window light (wall_3) icon: mdi:flash-auto switch_tv_light_en: name: Enable TV light (wall_4) icon: mdi:flash-auto switch_meja_win_light_en: name: Enable Meja window light (wall_5) icon: mdi:flash-auto switch_alva_mirror_light_en: name: Enable Alva mirror light (wall_6) icon: mdi:flash-auto switch_alva_mirror_light_night_on: name: Enable Alva mirror light night on icon: mdi:flash-auto switch_meja_mirror_light_en: name: Enable Meja mirror light (wall_7) icon: mdi:flash-auto switch_wallplug8_en: name: Enable Wall plug 8 icon: mdi:flash-auto switch_wallplug9_en: name: Enable Wall plug 9 icon: mdi:flash-auto switch_wallplug10_en: name: Enable Wall plug 10 icon: mdi:flash-auto switch_wallplug11_en: name: Enable Wall plug 11 icon: mdi:flash-auto switch_wallplug_out1_en: name: Enable Wall plug out 1 icon: mdi:flash-auto
switch_sauna_on_off: name: Sauna On/Off icon: mdi:radiobox-marked switch_sauna_auto_en: name: Sauna auto enable icon: mdi:android-auto
input_number: slider_sauna_hour: name: Hour icon: mdi:av-timer initial: 12 min: 0 max: 24 step: 1 slider_sauna_minutes: name: Minutes icon: mdi:av-timer initial: 30 min: 0 max: 60 step: 1
tts:
mqtt: sensor:
name: "SMHI_mcc_mean" state_topic: "weather/SMHI/cloudiness/mcc_mean" unit_of_measurement: "%"
camera:
cloud:
automation: !include automations.yaml script: !include scripts.yaml switch: !include switch.yaml`
Could anybody please help me?
Checklist
Describe the issue you are experiencing
Since the update to 2024.10, I get the following error:
The mentioned section in the Network Settings is not availaboe though:
Describe the behavior you expected
The relevant section in the Network Sections should show up or the error should not be raised.
Steps to reproduce the issue
What version of Home Assistant Core has the issue?
2024.10.0
What was the last working version of Home Assistant Core?
2024.9
In which browser are you experiencing the issue with?
Firefox 130.0.1
Which operating system are you using to run this browser?
macOS 15.0 (24A335)
State of relevant entities
No response
Problem-relevant frontend configuration
No response
Javascript errors shown in your browser console/inspector
No response
Additional information
No response