1
0
Fork 0

More services

main v0.4.1
Jordan Hotmann 2023-10-16 17:00:08 -06:00
parent 35c7a5c0e5
commit 9ffebaab02
No known key found for this signature in database
GPG Key ID: 01B504170C2A2EA3
1 changed files with 24 additions and 18 deletions

View File

@ -47,6 +47,9 @@ var Services = struct {
OpenCover string
CloseCover string
SelectOption string
SetHvacMode string
SetFanMode string
SetTemperature string
}{
TurnOn: "turn_on",
TurnOff: "turn_off",
@ -57,6 +60,9 @@ var Services = struct {
OpenCover: "open_cover",
CloseCover: "close_cover",
SelectOption: "select_option",
SetHvacMode: "set_hvac_mode",
SetFanMode: "set_fan_mode",
SetTemperature: "set_temperature",
}
// Extra props that can be sent when calling a Home Assistant service