Compare commits
2 Commits
2.0.0.beta
...
2.0.0.beta
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49c85eeb2b | ||
|
|
bb2c1d328b |
@@ -27,14 +27,13 @@ from homeassistant.helpers.entity_registry import (
|
|||||||
RegistryEntry,
|
RegistryEntry,
|
||||||
async_get,
|
async_get,
|
||||||
)
|
)
|
||||||
from homeassistant.components.climate.const import DOMAIN as CLIMATE_DOMAIN
|
from homeassistant.components.climate import ClimateEntity, DOMAIN as CLIMATE_DOMAIN
|
||||||
from homeassistant.components.climate import ClimateEntity
|
from homeassistant.components.switch import DOMAIN as SWITCH_DOMAIN
|
||||||
from homeassistant.components.switch.const import DOMAIN as SWITCH_DOMAIN
|
|
||||||
from homeassistant.components.input_boolean import (
|
from homeassistant.components.input_boolean import (
|
||||||
DOMAIN as INPUT_BOOLEAN_DOMAIN,
|
DOMAIN as INPUT_BOOLEAN_DOMAIN,
|
||||||
)
|
)
|
||||||
|
|
||||||
from homeassistant.components.sensor.const import DOMAIN as SENSOR_DOMAIN
|
from homeassistant.components.sensor import DOMAIN as SENSOR_DOMAIN
|
||||||
from homeassistant.components.input_number import (
|
from homeassistant.components.input_number import (
|
||||||
DOMAIN as INPUT_NUMBER_DOMAIN,
|
DOMAIN as INPUT_NUMBER_DOMAIN,
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"selector": {
|
||||||
|
"thermostat_type": {
|
||||||
|
"options": {
|
||||||
|
"thermostat_over_switch": "Thermostat over a switch",
|
||||||
|
"thermostat_over_climate": "Thermostat over another thermostat"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"selector": {
|
||||||
|
"thermostat_type": {
|
||||||
|
"options": {
|
||||||
|
"thermostat_over_switch": "Thermostat over a switch",
|
||||||
|
"thermostat_over_climate": "Thermostat over another thermostat"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -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é"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"selector": {
|
||||||
|
"thermostat_type": {
|
||||||
|
"options": {
|
||||||
|
"thermostat_over_switch": "Thermostat sur un switch",
|
||||||
|
"thermostat_over_climate": "Thermostat sur un autre thermostat"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user