Make season integration title translatable (#95802)

This commit is contained in:
Jan-Philipp Benecke 2023-07-07 18:30:00 +02:00 committed by GitHub
parent 29d7535b7b
commit ac19de9857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{ {
"title": "Season",
"config": { "config": {
"step": { "step": {
"user": { "user": {

View File

@ -4823,7 +4823,6 @@
"iot_class": "local_polling" "iot_class": "local_polling"
}, },
"season": { "season": {
"name": "Season",
"integration_type": "service", "integration_type": "service",
"config_flow": true, "config_flow": true,
"iot_class": "local_polling" "iot_class": "local_polling"
@ -6687,6 +6686,7 @@
"proximity", "proximity",
"rpi_power", "rpi_power",
"schedule", "schedule",
"season",
"shopping_list", "shopping_list",
"sun", "sun",
"switch_as_x", "switch_as_x",