HA - Helpers en groups.yaml

Pagina: 1
Acties:

  • Mx7733
  • Registratie: Januari 2005
  • Laatst online: 15-05-2025

Mx7733

Ik zal een weg vinden of maken

Topicstarter
Goedemorgen,
Momenteel ben ik bezig met het opzetten van Switched Based On Presence van youtuber Smart Home Junnkie. Link

Volgens instructies heb ik een group aangemaakt en een vermelding toegevoegd aan configuration.yaml

code:
1
2
3
4
5
6
7
8
9
10
11
# Loads default set of integrations. Do not remove.
default_config: Unable to load schema from 'http://schemas.home-assistant.io/configuration': No content

groups: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
sensor:
  - platform: dsmr_reader
homeassistant:
  packages: !include_dir_named packages


code:
1
2
3
4
5
6
7
groups.yaml
########## Somebody Home ##########
somebody_home:
  name: Somebody is home
  entities:
    - device_tracker.sm_a525f
all: false


Ik moest de groups.yaml file aanmaken en de referentie in de configuration.yaml zetten ondanks dat ik al twee groepen (helpers) heb:

Afbeeldingslocatie: https://tweakers.net/i/Mkss73LhLushBt62J_ids4hgp70=/800x/filters:strip_exif()/f/image/2yftuAPoWbbbK1lkEGLxLEGT.png?f=fotoalbum_large

Na het herstarten van HA (had nog een update staan) krijg ik de onderstaande errormelding:

The following integrations and platforms could not be set up:

groups (Show logs)
Please check your config and logs.The following integrations and platforms could not be set up:


The logs:
code:
1
2
3
4
5
6
Logger: homeassistant.setup
Source: setup.py:189
First occurred: 23 April 2023 at 10:53:58 (1 occurrences)
Last logged: 23 April 2023 at 10:53:58

Setup failed for groups: Integration not found.

Kan je de helpers niet naast de groups gebruiken? Of zijn er in de tussentijd dusdanige wijzigingen geweest dat de instructies van Smart Home Junkie niet meer werken?

Daarnaast heb ik de vreemde vermelding:
code:
1
default_config: Unable to load schema from 'http://schemas.home-assistant.io/configuration': No content


Deze error is enkel in Studio Code Server te zien en niet in de File Editor. Kan het daar aan liggen?

Alle hulp is welkom _/-\o_

Aut viam inveniam aut faciam

Pagina: 1