mirror of https://github.com/home-assistant/core
80 lines
1.7 KiB
JSON
80 lines
1.7 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "Connect to the Balboa Wi-Fi device",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
},
|
|
"data_description": {
|
|
"host": "Hostname or IP address of your Balboa Spa Wi-Fi Device. For example, 192.168.1.58."
|
|
}
|
|
}
|
|
},
|
|
"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%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"sync_time": "Keep your Balboa spa's time synchronized with Home Assistant"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"filter_1": {
|
|
"name": "Filter cycle 1"
|
|
},
|
|
"filter_2": {
|
|
"name": "Filter cycle 2"
|
|
},
|
|
"circ_pump": {
|
|
"name": "Circulation pump"
|
|
}
|
|
},
|
|
"climate": {
|
|
"balboa": {
|
|
"state_attributes": {
|
|
"preset_mode": {
|
|
"state": {
|
|
"ready": "Ready",
|
|
"rest": "Rest",
|
|
"ready_in_rest": "Ready-in-rest"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"fan": {
|
|
"pump": {
|
|
"name": "Pump {index}"
|
|
}
|
|
},
|
|
"light": {
|
|
"light_of_n": {
|
|
"name": "Light {index}"
|
|
},
|
|
"only_light": {
|
|
"name": "Light"
|
|
}
|
|
},
|
|
"select": {
|
|
"temperature_range": {
|
|
"name": "Temperature range",
|
|
"state": {
|
|
"low": "Low",
|
|
"high": "High"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|