|
1 | 1 | product: |
2 | | - brand: Home Assistant Switch |
| 2 | + brand: Home Assistant |
| 3 | + description: Schalter |
3 | 4 | group: Schaltbare Steckdosen |
| 5 | +requirements: ["skiptest"] |
4 | 6 | render: |
5 | 7 | - default: | |
6 | 8 | type: template |
7 | 9 | template: homeassistant-switch |
8 | | - baseurl: http://homeassistant.local:8123 # Basis-URL der Home Assistant Instanz (z.B. http://homeassistant.local:8123) |
9 | | - token: # Long-Lived Access Token aus Home Assistant Profil |
10 | | - switchentity: # Entity ID des schaltbaren Geräts (z.B. switch.smartsocket) |
11 | | - powerentity: # Entity ID für Leistungsmessung (optional, z.B. sensor.smartsocket_power), optional |
| 10 | + baseurl: http://homeassistant.local:8123 # Basis-URL der Home Assistant Instanz |
| 11 | + token: # Long-Lived Access Token, aus Home Assistant Profil |
| 12 | + switchentity: switch.smartsocket # Entity ID des schaltbaren Geräts |
| 13 | + powerentity: sensor.smartsocket_power # Entity ID für Leistungsmessung, optional |
12 | 14 | standbypower: 15 # Standby-Leistung (W), Leistung oberhalb des angegebenen Wertes wird als Ladeleistung gewertet (optional) |
13 | 15 | advanced: | |
14 | 16 | type: template |
15 | 17 | template: homeassistant-switch |
16 | | - baseurl: http://homeassistant.local:8123 # Basis-URL der Home Assistant Instanz (z.B. http://homeassistant.local:8123) |
17 | | - token: # Long-Lived Access Token aus Home Assistant Profil |
18 | | - switchentity: # Entity ID des schaltbaren Geräts (z.B. switch.smartsocket) |
19 | | - powerentity: # Entity ID für Leistungsmessung (optional, z.B. sensor.smartsocket_power), optional |
| 18 | + baseurl: http://homeassistant.local:8123 # Basis-URL der Home Assistant Instanz |
| 19 | + token: # Long-Lived Access Token, aus Home Assistant Profil |
| 20 | + switchentity: switch.smartsocket # Entity ID des schaltbaren Geräts |
| 21 | + powerentity: sensor.smartsocket_power # Entity ID für Leistungsmessung, optional |
20 | 22 | standbypower: 15 # Standby-Leistung (W), Leistung oberhalb des angegebenen Wertes wird als Ladeleistung gewertet (optional) |
21 | 23 | integrateddevice: # Integriertes Gerät, Fest angeschlossenes Gerät. Keine Ladevorgänge (optional) |
22 | 24 | heating: # Wärmeerzeuger, Zeigt °C anstatt % an (optional) |
|
0 commit comments