FIX selectors

This commit is contained in:
Jean-Marc Collin
2023-01-29 21:39:08 +01:00
parent b607fb1075
commit bb2c1d328b
3 changed files with 24 additions and 48 deletions

View File

@@ -93,14 +93,6 @@
} }
} }
}, },
"selectors": {
"thermostat_type": {
"options": {
"thermostat_over_switch": "Thermostat over a switch",
"thermostat_over_climate": "Thermostat over another thermostat"
}
}
},
"error": { "error": {
"unknown": "Unexpected error", "unknown": "Unexpected error",
"unknown_entity": "Unknown entity id" "unknown_entity": "Unknown entity id"
@@ -202,14 +194,6 @@
} }
} }
}, },
"selectors": {
"thermostat_type": {
"options": {
"thermostat_over_switch": "Thermostat over a switch",
"thermostat_over_climate": "Thermostat over another thermostat"
}
}
},
"error": { "error": {
"unknown": "Unexpected error", "unknown": "Unexpected error",
"unknown_entity": "Unknown entity id" "unknown_entity": "Unknown entity id"
@@ -217,5 +201,13 @@
"abort": { "abort": {
"already_configured": "Device is already configured" "already_configured": "Device is already configured"
} }
},
"selectors": {
"thermostat_type": {
"options": {
"thermostat_over_switch": "Thermostat over a switch",
"thermostat_over_climate": "Thermostat over another thermostat"
}
}
} }
} }

View File

@@ -93,14 +93,6 @@
} }
} }
}, },
"selectors": {
"thermostat_type": {
"options": {
"thermostat_over_switch": "Thermostat over a switch",
"thermostat_over_climate": "Thermostat over another thermostat"
}
}
},
"error": { "error": {
"unknown": "Unexpected error", "unknown": "Unexpected error",
"unknown_entity": "Unknown entity id" "unknown_entity": "Unknown entity id"
@@ -202,14 +194,6 @@
} }
} }
}, },
"selectors": {
"thermostat_type": {
"options": {
"thermostat_over_switch": "Thermostat over a switch",
"thermostat_over_climate": "Thermostat over another thermostat"
}
}
},
"error": { "error": {
"unknown": "Unexpected error", "unknown": "Unexpected error",
"unknown_entity": "Unknown entity id" "unknown_entity": "Unknown entity id"
@@ -217,5 +201,13 @@
"abort": { "abort": {
"already_configured": "Device is already configured" "already_configured": "Device is already configured"
} }
},
"selectors": {
"thermostat_type": {
"options": {
"thermostat_over_switch": "Thermostat over a switch",
"thermostat_over_climate": "Thermostat over another thermostat"
}
}
} }
} }

View File

@@ -92,14 +92,6 @@
} }
} }
}, },
"selectors": {
"thermostat_type": {
"options": {
"thermostat_over_switch": "Thermostat sur un switch",
"thermostat_over_climate": "Thermostat sur un autre thermostat"
}
}
},
"error": { "error": {
"unknown": "Erreur inattendue", "unknown": "Erreur inattendue",
"unknown_entity": "entity id inconnu" "unknown_entity": "entity id inconnu"
@@ -202,14 +194,6 @@
} }
} }
}, },
"selectors": {
"thermostat_type": {
"options": {
"thermostat_over_switch": "Thermostat sur un switch",
"thermostat_over_climate": "Thermostat sur un autre thermostat"
}
}
},
"error": { "error": {
"unknown": "Erreur inattendue", "unknown": "Erreur inattendue",
"unknown_entity": "entity id inconnu" "unknown_entity": "entity id inconnu"
@@ -217,5 +201,13 @@
"abort": { "abort": {
"already_configured": "Le device est déjà configuré" "already_configured": "Le device est déjà configuré"
} }
},
"selectors": {
"thermostat_type": {
"options": {
"thermostat_over_switch": "Thermostat sur un switch",
"thermostat_over_climate": "Thermostat sur un autre thermostat"
}
}
} }
} }