58 lines
2.5 KiB
JSON
58 lines
2.5 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "Enter the sensor name and configure sensor parameters. More info on https://github.com/pinkywafer/Anniversaries",
|
|
"data": {
|
|
"name": "Friendly name",
|
|
"date": "First Date (yyyy-mm-dd) or (mm-dd) if year is unknown",
|
|
"count_up": "Count Up (Count down is default)",
|
|
"one_time": "One Time Event (Non-recurring)",
|
|
"show_half_anniversary": "Show Half Anniversary Attributes",
|
|
"unit_of_measurement": "Text for unit_of_measurement",
|
|
"id_prefix": "Entity_id Prefix"
|
|
}
|
|
},
|
|
"icons": {
|
|
"description": "Icon configuration. More info on https://github.com/pinkywafer/Anniversaries",
|
|
"data": {
|
|
"icon_normal": "Icon",
|
|
"icon_today": "Icon when anniversary is today",
|
|
"days_as_soon": "Number of Days to consider soon",
|
|
"icon_soon": "Icon when anniversary is soon"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_date": "The date is not valid. Please enter a valid 'YYYY-MM-DD' or 'MM-DD' date"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"description": "Change sensor parameters. More info on https://github.com/pinkywafer/Anniversaries",
|
|
"data": {
|
|
"name": "Friendly name",
|
|
"date": "First Date (yyyy-mm-dd) or (mm-yy) if year is unknown",
|
|
"count_up": "Count Up (Count down is default)",
|
|
"one_time": "One Time Event (Non-recurring)",
|
|
"show_half_anniversary": "Show Half Anniversary Attributes",
|
|
"unit_of_measurement": "Text for unit_of_measurement"
|
|
}
|
|
},
|
|
"icons": {
|
|
"description":"Icon configuration. More info on https://github.com/pinkywafer/Anniversaries",
|
|
"data": {
|
|
"icon_normal": "Icon",
|
|
"icon_today": "Icon when anniversary is today",
|
|
"days_as_soon": "Number of Days to consider soon",
|
|
"icon_soon": "Icon when anniversary is soon"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_date": "The date is not valid. Please enter a valid 'YYYY-MM-DD' or 'MM-DD' date."
|
|
}
|
|
}
|
|
}
|