1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/tolo/strings.json
2025-10-28 10:33:10 +01:00

101 lines
2.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"flow_title": "{name}",
"step": {
"confirm": {
"description": "[%key:common::config_flow::description::confirm_setup%]"
},
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"description": "Enter the hostname or IP address of your TOLO Sauna device."
}
}
},
"entity": {
"binary_sensor": {
"water_in_valve": {
"name": "Water in valve"
},
"water_out_valve": {
"name": "Water out valve"
}
},
"button": {
"next_color": {
"name": "Next color"
}
},
"fan": {
"fan": {
"name": "[%key:component::fan::title%]"
}
},
"light": {
"light": {
"name": "[%key:component::light::title%]"
}
},
"number": {
"fan_timer": {
"name": "Fan timer"
},
"power_timer": {
"name": "Power timer"
},
"salt_bath_timer": {
"name": "Salt bath timer"
}
},
"select": {
"aroma_therapy_slot": {
"name": "Aroma therapy slot",
"state": {
"a": "Slot A",
"b": "Slot B"
}
},
"lamp_mode": {
"name": "Lamp mode",
"state": {
"automatic": "Automatic",
"manual": "[%key:common::state::manual%]"
}
}
},
"sensor": {
"fan_timer_remaining": {
"name": "Fan timer"
},
"power_timer_remaining": {
"name": "Power timer"
},
"salt_bath_timer_remaining": {
"name": "Salt bath timer"
},
"tank_temperature": {
"name": "Tank temperature"
},
"water_level": {
"name": "Water level"
}
},
"switch": {
"aroma_therapy_on": {
"name": "Aroma therapy"
},
"salt_bath_on": {
"name": "Salt bath"
}
}
}
}