28 lines
1.0 KiB
JSON
28 lines
1.0 KiB
JSON
{
|
|
"title": "Daily Sensor",
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Daily Sensor",
|
|
"description": "If you need help with the configuration, please see https://github.com/jeroenterheerdt/HADailySensor",
|
|
"data": {
|
|
"name": "Unique name of the instance",
|
|
"sensor": "The entity that will provide input to the daily sensor",
|
|
"operation": "The operation to be applied to the sensor",
|
|
"unit_of_measurement": "The unit of measurement",
|
|
"interval": "Refresh interval in seconds",
|
|
"auto_reset": "Automatically reset at 00:00 ?"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"intervalnotvalid": "Specified interval is not valid. Needs to be >0 seconds.",
|
|
"name": "Specify an unique name for this instance.",
|
|
"operationnotfound": "Specify a supported operation",
|
|
"sensornotfound": "One or more of the sensors specified do not exist",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {}
|
|
}
|
|
}
|