mirror of https://github.com/home-assistant/core
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"api_key": "[%key:common::config_flow::data::api_key%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"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."
|
|
},
|
|
"location_id": {
|
|
"name": "Location ID",
|
|
"description": "The location ID of the Streamlabs Water Monitor."
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"away_mode": {
|
|
"name": "Away mode"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"daily_usage": {
|
|
"name": "Daily usage"
|
|
},
|
|
"monthly_usage": {
|
|
"name": "Monthly usage"
|
|
},
|
|
"yearly_usage": {
|
|
"name": "Yearly usage"
|
|
}
|
|
}
|
|
}
|
|
}
|