1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-27 02:36:00 +01:00
Files
core/homeassistant/components/streamlabswater/strings.json
T

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."
}
}
}
}
}