1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-09 08:57:06 +01:00
Files
core/homeassistant/components/eheimdigital/strings.json
T
Sid 0c8db8c8d6 Add eheimdigital integration (#126757)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-12-13 22:29:18 +01:00

40 lines
1.0 KiB
JSON

{
"config": {
"step": {
"discovery_confirm": {
"description": "[%key:common::config_flow::description::confirm_setup%]"
},
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The host or IP address of your main device. Only needed to change if 'eheimdigital' doesn't work."
}
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
}
},
"entity": {
"light": {
"channel": {
"name": "Channel {channel_id}",
"state_attributes": {
"effect": {
"state": {
"daycl_mode": "Daycycle mode"
}
}
}
}
}
}
}