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