1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-02 07:29:28 +00:00
Files
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."
}
}
}
}
}