Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
configuration.yaml
# 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
#sensor: !include sensor.yaml
sensor:
- platform: ledatroniclt3
host: 192.168.40.21
configuration.yaml
stand. Hab es leider schon wieder gelöscht. Bist du dir sicher, dass auch hier "host" unter "platform" steht und "- platform" mit zwei Leerzeichen eingerückt ist?configuration.yaml
liegt einen neuen Ordner namens custom_components
erstellen.custom_components
einen neuen Ordner namens ledatroniclt3
erstellen.ledatroniclt3
eine Datei namens sensor.py
erstellen, in dieser Datei den Inhalt von https://gist.github.com/fake666/1915ce1d9839e1c86afe006a3e30c906 speichern.ledatroniclt3
eine Datei namens __init__.py
erstellen, diese bleibt leer.ledatroniclt3
eine Datei namens manifest.json
erstellen mit folgendem Inhalt:{
"domain": "ledatroniclt3",
"name": "LEDATRONIC LT3",
"version": "1.0.0",
"documentation": "https://gist.github.com/fake666/1915ce1d9839e1c86afe006a3e30c906",
"dependencies": [],
"codeowners": ["@fake666"],
"requirements": [],
"iot_class": "cloud_polling"
}
configuration.yaml
folgende Zeilen ergänzen:sensor:
- platform: ledatroniclt3
host: xxx.xxx.xx.xx
configuration.yaml
schon das sensor:
(ohne Einrückung) stehen, dann nur ab - platform: ledatroniclt3
kopieren.Sorry, hab ich wohl überlesen. Nein, es kam zu keiner Remote Sitzung.Seid ihr Remote erfolgreich gewesen? Ich würde euch bitten das Ergebnis auch hier zu dokumentieren. Das hilft anderen Usern mit gleichen/ähnlichen Problemen und die Community hat davon auch was.