core/homeassistant/components/streamlabswater/strings.json

15 lines
295 B
JSON

{
"services": {
"set_away_mode": {
"name": "Set away mode",
"description": "Sets the home/away mode for a Streamlabs Water Monitor.",
"fields": {
"away_mode": {
"name": "Away mode",
"description": "Home or away."
}
}
}
}
}