core/homeassistant/components/dsmr_reader/translations/en.json

18 lines
745 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"step": {
"confirm": {
"description": "Make sure to configure the 'split topic' data sources in DSMR Reader."
}
}
},
"issues": {
"deprecated_yaml": {
"description": "Configuring DSMR Reader using YAML is being removed.\n\nYour existing YAML configuration has been imported into the UI automatically.\n\nRemove the DSMR Reader YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue.",
"title": "The DSMR Reader configuration is being removed"
}
}
}