core/homeassistant/components/refoss/strings.json

36 lines
867 B
JSON

{
"config": {
"step": {
"confirm": {
"description": "[%key:common::config_flow::description::confirm_setup%]"
}
},
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
}
},
"entity": {
"sensor": {
"power": {
"name": "{channel_name} power"
},
"voltage": {
"name": "{channel_name} voltage"
},
"current": {
"name": "{channel_name} current"
},
"power_factor": {
"name": "{channel_name} power factor"
},
"this_month_energy": {
"name": "{channel_name} this month energy"
},
"this_month_energy_returned": {
"name": "{channel_name} this month energy returned"
}
}
}
}