mirror of
https://github.com/home-assistant/core.git
synced 2026-05-05 04:14:32 +02:00
90 lines
2.1 KiB
JSON
90 lines
2.1 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"invalid_device": "The device is invalid",
|
|
"invalid_device_or_unreachable": "The device is invalid or unreachable"
|
|
},
|
|
"error": {
|
|
"invalid_device_or_unreachable": "The device is invalid or unreachable"
|
|
},
|
|
"step": {
|
|
"confirm": {
|
|
"description": "Set up {name} at {host}?",
|
|
"title": "Confirm Prana device"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
},
|
|
"data_description": {
|
|
"host": "The IP address or hostname of your Prana device."
|
|
},
|
|
"title": "Add Prana device by IP"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"fan": {
|
|
"extract": {
|
|
"name": "Extract fan",
|
|
"state_attributes": {
|
|
"preset_mode": {
|
|
"state": {
|
|
"boost": "Boost",
|
|
"night": "Night"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"supply": {
|
|
"name": "Supply fan",
|
|
"state_attributes": {
|
|
"preset_mode": {
|
|
"state": {
|
|
"boost": "[%key:component::prana::entity::fan::extract::state_attributes::preset_mode::state::boost%]",
|
|
"night": "[%key:component::prana::entity::fan::extract::state_attributes::preset_mode::state::night%]"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"number": {
|
|
"display_brightness": {
|
|
"name": "Display brightness"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"inside_temperature": {
|
|
"name": "Inside temperature"
|
|
},
|
|
"inside_temperature_2": {
|
|
"name": "Inside temperature 2"
|
|
},
|
|
"outside_temperature": {
|
|
"name": "Outside temperature"
|
|
},
|
|
"outside_temperature_2": {
|
|
"name": "Outside temperature 2"
|
|
}
|
|
},
|
|
"switch": {
|
|
"auto": {
|
|
"name": "Auto"
|
|
},
|
|
"auto_plus": {
|
|
"name": "Auto plus"
|
|
},
|
|
"bound": {
|
|
"name": "Bound"
|
|
},
|
|
"heater": {
|
|
"name": "Heater"
|
|
},
|
|
"winter": {
|
|
"name": "Winter"
|
|
}
|
|
}
|
|
}
|
|
}
|