core/homeassistant/components/intellifire/strings.json

29 lines
754 B
JSON
Raw Normal View History

{
"config": {
"flow_title": "{serial} ({host})",
"step": {
"manual_device_entry": {
"description": "Local Configuration",
"data": {
"host": "[%key:common::config_flow::data::host%]"
}
},
"dhcp_confirm": {
"description": "Do you want to setup {host}\nSerial: {serial}?"
},
"pick_device": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
2022-03-30 08:35:30 +00:00
"not_intellifire_device": "Not an IntelliFire Device."
}
}
}