Initil after Upgrade
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"common": {
|
||||
"source_entity": "Source entity",
|
||||
"source_device": "Source device",
|
||||
"source_entity": "Zdrojová entita",
|
||||
"source_device": "Zdrojové zařízení",
|
||||
"remarks_smart_switch": "Tento profil poskytuje pouze hodnoty napájení v pohotovostním režimu. \n Pokud máte spotřebič, který zapnutí spotřebovává pevně dané množství energie, můžete zadat tuto hodnotu v dalším kroku v nastavení",
|
||||
"remarks_smart_dimmer": "Tento profil poskytuje pouze hodnoty spotřeby energie v pohotovostním režimu. \n V dalším kroku můžete volitelně zadat hodnoty připojeného světla"
|
||||
},
|
||||
@@ -10,9 +10,9 @@
|
||||
"already_configured": "Senzor je již nastaven, zadejte unikátní ID"
|
||||
},
|
||||
"error": {
|
||||
"daily_energy_mandatory": "You must supply at least one of Value or Value template",
|
||||
"entity_mandatory": "Selecting an entity is required for any strategy other than playbook",
|
||||
"fixed_mandatory": "You must supply at least one of Power, Power template or States power",
|
||||
"daily_energy_mandatory": "Musíte zadat alespoň jednu z možností „Hodnota“ nebo „Šablona hodnoty“",
|
||||
"entity_mandatory": "Pro všechny strategie kromě playbook je nutné vybrat entitu",
|
||||
"fixed_mandatory": "Musíte zadat alespoň jednu z následujících možností: Power, šablonu Power nebo States power",
|
||||
"fixed_states_power_only": "This entity can only work with 'states_power' not 'power'",
|
||||
"group_mandatory": "You must define at least subgroups or power and energy-entities",
|
||||
"linear_mandatory": "You must supply at least one of max_power or calibrate",
|
||||
@@ -48,6 +48,7 @@
|
||||
"daily_energy": {
|
||||
"data": {
|
||||
"create_utility_meters": "Create utility meters",
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Název",
|
||||
"on_time": "V čase",
|
||||
"start_time": "Start time",
|
||||
@@ -87,14 +88,10 @@
|
||||
},
|
||||
"fixed": {
|
||||
"data": {
|
||||
"power": "Power",
|
||||
"power_template": "Power template",
|
||||
"states_power": "States power"
|
||||
"fixed_value": "Fixed value"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "Pevná hodnota příkonu ve wattech, když je entita zapnutá",
|
||||
"power_template": "Šablona bude vyhodnocena pro získání hodnoty příkonu ve wattech",
|
||||
"states_power": "One 'state: power' pair on each row"
|
||||
"fixed_value": "Fixed value in Watts when the entity is ON"
|
||||
},
|
||||
"description": "Definujte fixní hodnotu příkonu pro vaši entitu. Případně můžete definovat hodnotu příkonu pro jednotlivé stavy. Například:\n\n`playing: 8.3`\n`paused: 2.25`",
|
||||
"title": "Fixed config"
|
||||
@@ -290,6 +287,7 @@
|
||||
"attribute": "Specify the attribute. When left empty will be brightness for lights and percentage for fans",
|
||||
"calibrate": "Put a calibration value on each line. Example\n\n1: 20"
|
||||
},
|
||||
"description": "Define the linear power calculation options. See the [documentation]({docs_uri}) for more information. Use either min/max power or calibration values which allows for more points of control.",
|
||||
"title": "Lineární konfigurace"
|
||||
},
|
||||
"manufacturer": {
|
||||
@@ -327,6 +325,7 @@
|
||||
"power": "Power for a single switch when turned on",
|
||||
"power_off": "Power for a single switch when turned off"
|
||||
},
|
||||
"description": "Define the Multi switch power calculation options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Multi switch config"
|
||||
},
|
||||
"playbook": {
|
||||
@@ -341,6 +340,7 @@
|
||||
"repeat": "Toggle when you want to keep repeating the playbook after it completes",
|
||||
"states_trigger": "Trigger a playbook based on a state change. Example\n\nplaying: program1"
|
||||
},
|
||||
"description": "Define the playbook options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Playbook config"
|
||||
},
|
||||
"power_advanced": {
|
||||
@@ -542,6 +542,7 @@
|
||||
"daily_energy": {
|
||||
"title": "Daily energy options",
|
||||
"data": {
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Name",
|
||||
"on_time": "On time",
|
||||
"start_time": "Start time",
|
||||
@@ -571,16 +572,11 @@
|
||||
"fixed": {
|
||||
"title": "Fixed options",
|
||||
"data": {
|
||||
"power": "Power",
|
||||
"power_template": "Power template",
|
||||
"self_usage_included": "Self usage included",
|
||||
"states_power": "States power"
|
||||
"fixed_value": "Fixed value",
|
||||
"self_usage_included": "Self usage included"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "A fixed power value in Watts when the entity is ON",
|
||||
"power_template": "Template will be evaluated to get the power value in W",
|
||||
"self_usage_included": "Whether the power value includes the power consumed by the smart switch itself.",
|
||||
"states_power": "One 'state: power' pair on each row, see example above"
|
||||
"self_usage_included": "Whether the power value includes the power consumed by the smart switch itself."
|
||||
}
|
||||
},
|
||||
"global_configuration": {
|
||||
@@ -815,6 +811,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"selector": {
|
||||
"daily_energy_value": {
|
||||
"choices": {
|
||||
"value": "Value",
|
||||
"value_template": "Value template"
|
||||
}
|
||||
},
|
||||
"fixed_value": {
|
||||
"choices": {
|
||||
"power": "Power",
|
||||
"power_template": "Power template",
|
||||
"states_power": "States power"
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"activate_playbook": {
|
||||
"description": "Start execution of a playbook.",
|
||||
@@ -860,6 +871,10 @@
|
||||
},
|
||||
"name": "Change GUI config"
|
||||
},
|
||||
"debug_group": {
|
||||
"description": "Get a debug overview of a group power or energy sensor including current member values.",
|
||||
"name": "Debug group"
|
||||
},
|
||||
"get_active_playbook": {
|
||||
"description": "Get current running playbook",
|
||||
"name": "Get active playbook"
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
"daily_energy": {
|
||||
"data": {
|
||||
"create_utility_meters": "Utilitymeter erstellen",
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Name",
|
||||
"on_time": "Dauer",
|
||||
"start_time": "Startzeit",
|
||||
@@ -87,14 +88,10 @@
|
||||
},
|
||||
"fixed": {
|
||||
"data": {
|
||||
"power": "Leistung",
|
||||
"power_template": "Leistung-Template",
|
||||
"states_power": "Leistung je Zustand"
|
||||
"fixed_value": "Fixed value"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "Ein fester Leistungswert in Watt, wenn die Einheit eingeschaltet ist",
|
||||
"power_template": "Template wird ausgewertet, um den Leistungswert in W zu erhalten",
|
||||
"states_power": "Ein 'state: power' Paar in jeder Zeile"
|
||||
"fixed_value": "Fixed value in Watts when the entity is ON"
|
||||
},
|
||||
"description": "Definieren Sie einen festen Leistungswert für Ihre Entität. Alternativ können Sie auch einen Leistungswert pro State definieren. Zum Beispiel:\n\n`playing: 8.3`\n`paused: 2.25`",
|
||||
"title": "Fixed Konfiguration"
|
||||
@@ -290,6 +287,7 @@
|
||||
"attribute": "Geben Sie das Attribut an. Wenn es leer gelassen wird, wird Helligkeit für Lichter und Prozentsatz für Ventilatoren verwendet",
|
||||
"calibrate": "Geben Sie in jeder Zeile einen Kalibrierungswert an. Beispiel\n\n1: 20"
|
||||
},
|
||||
"description": "Define the linear power calculation options. See the [documentation]({docs_uri}) for more information. Use either min/max power or calibration values which allows for more points of control.",
|
||||
"title": "Linear Konfiguration"
|
||||
},
|
||||
"manufacturer": {
|
||||
@@ -327,6 +325,7 @@
|
||||
"power": "Power for a single switch when turned on",
|
||||
"power_off": "Power for a single switch when turned off"
|
||||
},
|
||||
"description": "Define the Multi switch power calculation options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Multi switch config"
|
||||
},
|
||||
"playbook": {
|
||||
@@ -341,6 +340,7 @@
|
||||
"repeat": "Umschalten, wenn Sie das Playbook nach Abschluss wiederholen möchten",
|
||||
"states_trigger": "Auslösen eines Playbooks auf der Grundlage einer Zustandsänderung. Beispiel"
|
||||
},
|
||||
"description": "Define the playbook options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Playbook-Konfiguration"
|
||||
},
|
||||
"power_advanced": {
|
||||
@@ -542,6 +542,7 @@
|
||||
"daily_energy": {
|
||||
"title": "Tägliche Energieeinstellungen",
|
||||
"data": {
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Name",
|
||||
"on_time": "Dauer",
|
||||
"start_time": "Startzeit",
|
||||
@@ -571,16 +572,11 @@
|
||||
"fixed": {
|
||||
"title": "Feste Einstellungen",
|
||||
"data": {
|
||||
"power": "Leistung",
|
||||
"power_template": "Leistung-Template",
|
||||
"self_usage_included": "Eigenverbrauch inklusive",
|
||||
"states_power": "Leistung je Zustand"
|
||||
"fixed_value": "Fixed value",
|
||||
"self_usage_included": "Eigenverbrauch inklusive"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "Ein fester Leistungswert in Watt, wenn die Entität eingeschaltet ist",
|
||||
"power_template": "Template wird ausgewertet, um den Leistungswert in W zu erhalten",
|
||||
"self_usage_included": "Ob der Leistungswert die vom intelligenten Schalter selbst verbrauchte Leistung enthält.",
|
||||
"states_power": "Ein 'state: power' Paar in jeder Zeile, siehe Beispiel oben"
|
||||
"self_usage_included": "Ob der Leistungswert die vom intelligenten Schalter selbst verbrauchte Leistung enthält."
|
||||
}
|
||||
},
|
||||
"global_configuration": {
|
||||
@@ -815,6 +811,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"selector": {
|
||||
"daily_energy_value": {
|
||||
"choices": {
|
||||
"value": "Value",
|
||||
"value_template": "Value template"
|
||||
}
|
||||
},
|
||||
"fixed_value": {
|
||||
"choices": {
|
||||
"power": "Power",
|
||||
"power_template": "Power template",
|
||||
"states_power": "States power"
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"activate_playbook": {
|
||||
"description": "Starten Sie die Ausführung eines Playbooks.",
|
||||
@@ -860,6 +871,10 @@
|
||||
},
|
||||
"name": "GUI-Konfiguration ändern"
|
||||
},
|
||||
"debug_group": {
|
||||
"description": "Get a debug overview of a group power or energy sensor including current member values.",
|
||||
"name": "Debug group"
|
||||
},
|
||||
"get_active_playbook": {
|
||||
"description": "Aktuelles laufendes Playbook abrufen",
|
||||
"name": "Aktuelles Playbook abrufen"
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
"daily_energy": {
|
||||
"data": {
|
||||
"create_utility_meters": "Create utility meters",
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Name",
|
||||
"on_time": "On time",
|
||||
"start_time": "Start time",
|
||||
@@ -87,16 +88,12 @@
|
||||
},
|
||||
"fixed": {
|
||||
"data": {
|
||||
"power": "Power",
|
||||
"power_template": "Power template",
|
||||
"states_power": "States power"
|
||||
"fixed_value": "Power value"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "A fixed power value in Watts when the entity is ON",
|
||||
"power_template": "Template will be evaluated to get the power value in W",
|
||||
"states_power": "One 'state: power' pair on each row"
|
||||
"fixed_value": "Power value in Watts when the entity is ON"
|
||||
},
|
||||
"description": "Define a fixed power value for your entity. Alternatively you can define a power value per state. For example:\n\n`playing: 8.3`\n`paused: 2.25`",
|
||||
"description": "Define a fixed power value for your entity. See the [documentation]({docs_uri}) for more info",
|
||||
"title": "Fixed config"
|
||||
},
|
||||
"global_configuration": {
|
||||
@@ -290,6 +287,7 @@
|
||||
"attribute": "Specify the attribute. When left empty will be brightness for lights, volume for speakers, and percentage for fans",
|
||||
"calibrate": "Put a calibration value on each line. Example\n\n1: 20"
|
||||
},
|
||||
"description": "Define the linear power calculation options. See the [documentation]({docs_uri}) for more information. Use either min/max power or calibration values which allows for more points of control.",
|
||||
"title": "Linear config"
|
||||
},
|
||||
"manufacturer": {
|
||||
@@ -327,6 +325,7 @@
|
||||
"power": "Power for a single switch when turned on",
|
||||
"power_off": "Power for a single switch when turned off"
|
||||
},
|
||||
"description": "Define the Multi switch power calculation options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Multi switch config"
|
||||
},
|
||||
"playbook": {
|
||||
@@ -341,6 +340,7 @@
|
||||
"repeat": "Toggle when you want to keep repeating the playbook after it completes",
|
||||
"states_trigger": "Trigger a playbook based on a state change. Example\n\nplaying: program1"
|
||||
},
|
||||
"description": "Define the playbook options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Playbook config"
|
||||
},
|
||||
"power_advanced": {
|
||||
@@ -542,6 +542,7 @@
|
||||
"daily_energy": {
|
||||
"title": "Daily energy options",
|
||||
"data": {
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Name",
|
||||
"on_time": "On time",
|
||||
"start_time": "Start time",
|
||||
@@ -571,16 +572,11 @@
|
||||
"fixed": {
|
||||
"title": "Fixed options",
|
||||
"data": {
|
||||
"power": "Power",
|
||||
"power_template": "Power template",
|
||||
"self_usage_included": "Self usage included",
|
||||
"states_power": "States power"
|
||||
"fixed_value": "Fixed value",
|
||||
"self_usage_included": "Self usage included"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "A fixed power value in Watts when the entity is ON",
|
||||
"power_template": "Template will be evaluated to get the power value in W",
|
||||
"self_usage_included": "Whether the power value includes the power consumed by the smart switch itself.",
|
||||
"states_power": "One 'state: power' pair on each row"
|
||||
"self_usage_included": "Whether the power value includes the power consumed by the smart switch itself."
|
||||
}
|
||||
},
|
||||
"global_configuration": {
|
||||
@@ -815,6 +811,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"selector": {
|
||||
"daily_energy_value": {
|
||||
"choices": {
|
||||
"value": "Fixed value",
|
||||
"value_template": "Template"
|
||||
}
|
||||
},
|
||||
"fixed_value": {
|
||||
"choices": {
|
||||
"power": "Fixed value",
|
||||
"power_template": "Template",
|
||||
"states_power": "State mapping"
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"activate_playbook": {
|
||||
"description": "Start execution of a playbook.",
|
||||
@@ -860,6 +871,10 @@
|
||||
},
|
||||
"name": "Change GUI config"
|
||||
},
|
||||
"debug_group": {
|
||||
"description": "Get a debug overview of a group power or energy sensor including current member values.",
|
||||
"name": "Debug group"
|
||||
},
|
||||
"get_active_playbook": {
|
||||
"description": "Get current running playbook",
|
||||
"name": "Get active playbook"
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
"daily_energy": {
|
||||
"data": {
|
||||
"create_utility_meters": "Crear contadores eléctricos",
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Nombre",
|
||||
"on_time": "Tiempo encendido",
|
||||
"start_time": "Hora de inicio",
|
||||
@@ -87,14 +88,10 @@
|
||||
},
|
||||
"fixed": {
|
||||
"data": {
|
||||
"power": "Potencia",
|
||||
"power_template": "Plantilla de potencia",
|
||||
"states_power": "Estados de potencia"
|
||||
"fixed_value": "Fixed value"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "Un valor de potencia fijo en Vatios (W) cuando la entidad está ENCENDIDA",
|
||||
"power_template": "La plantilla será evaluada para obtener el valor de potencia en Vatios (W)",
|
||||
"states_power": "Un par (\"estado: potencia\") en cada fila"
|
||||
"fixed_value": "Fixed value in Watts when the entity is ON"
|
||||
},
|
||||
"description": "Definir un valor de potencia fijo para tu entidad. Alternativamente, puedes definir un valor de potencia por estado. Por ejemplo: \n\n`playing: 8.3`\n`paused: 2.25`",
|
||||
"title": "Configuración fija"
|
||||
@@ -290,6 +287,7 @@
|
||||
"attribute": "Especifique el atributo. Cuando se deja vacío será el brillo para las luces y porcentaje para los ventiladores",
|
||||
"calibrate": "Pon un valor de calibración en cada línea. Ejemplo\n\n1: 20"
|
||||
},
|
||||
"description": "Define the linear power calculation options. See the [documentation]({docs_uri}) for more information. Use either min/max power or calibration values which allows for more points of control.",
|
||||
"title": "Configuración lineal"
|
||||
},
|
||||
"manufacturer": {
|
||||
@@ -327,6 +325,7 @@
|
||||
"power": "Potencia para un solo interruptor cuando se enciende",
|
||||
"power_off": "Potencia para un solo interruptor cuando se apaga"
|
||||
},
|
||||
"description": "Define the Multi switch power calculation options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Configuración multiinterruptor"
|
||||
},
|
||||
"playbook": {
|
||||
@@ -341,6 +340,7 @@
|
||||
"repeat": "Alternar cuando quieras seguir repitiendo la reproducción una vez completada",
|
||||
"states_trigger": "Dispara una reproducción basada en un cambio de estado. Ejemplo\n\nreproduciendo: programa1"
|
||||
},
|
||||
"description": "Define the playbook options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Configuración de Reproducciones"
|
||||
},
|
||||
"power_advanced": {
|
||||
@@ -542,6 +542,7 @@
|
||||
"daily_energy": {
|
||||
"title": "Opciones de energía diarias",
|
||||
"data": {
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Nombre",
|
||||
"on_time": "Tiempo encendido",
|
||||
"start_time": "Hora de inicio",
|
||||
@@ -571,16 +572,11 @@
|
||||
"fixed": {
|
||||
"title": "Opciones fijas",
|
||||
"data": {
|
||||
"power": "Potencia",
|
||||
"power_template": "Plantilla de potencia",
|
||||
"self_usage_included": "Uso propio incluido",
|
||||
"states_power": "Estados de potencia"
|
||||
"fixed_value": "Fixed value",
|
||||
"self_usage_included": "Uso propio incluido"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "Un valor de potencia fijo en Vatios (W) cuando la entidad está ENCENDIDA",
|
||||
"power_template": "La plantilla será evaluada para obtener el valor de potencia en Vatios (W)",
|
||||
"self_usage_included": "Si el valor de potencia incluye la energía consumida por el interruptor inteligente mismo.",
|
||||
"states_power": "Un par \"estado: potencia\" en cada fila"
|
||||
"self_usage_included": "Si el valor de potencia incluye la energía consumida por el interruptor inteligente mismo."
|
||||
}
|
||||
},
|
||||
"global_configuration": {
|
||||
@@ -815,6 +811,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"selector": {
|
||||
"daily_energy_value": {
|
||||
"choices": {
|
||||
"value": "Value",
|
||||
"value_template": "Value template"
|
||||
}
|
||||
},
|
||||
"fixed_value": {
|
||||
"choices": {
|
||||
"power": "Power",
|
||||
"power_template": "Power template",
|
||||
"states_power": "States power"
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"activate_playbook": {
|
||||
"description": "Iniciar la ejecución de una reproducción.",
|
||||
@@ -860,6 +871,10 @@
|
||||
},
|
||||
"name": "Cambio configuración gráfica"
|
||||
},
|
||||
"debug_group": {
|
||||
"description": "Get a debug overview of a group power or energy sensor including current member values.",
|
||||
"name": "Debug group"
|
||||
},
|
||||
"get_active_playbook": {
|
||||
"description": "Obtener reproducción ejecutándose actualmente",
|
||||
"name": "Obtener reproducción activa"
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
"daily_energy": {
|
||||
"data": {
|
||||
"create_utility_meters": "Créer des compteurs de services publics",
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Nom",
|
||||
"on_time": "Temps de fonctionnement",
|
||||
"start_time": "Heure de début",
|
||||
@@ -87,14 +88,10 @@
|
||||
},
|
||||
"fixed": {
|
||||
"data": {
|
||||
"power": "Puissance",
|
||||
"power_template": "Modèle de puissance",
|
||||
"states_power": "Etat puissance"
|
||||
"fixed_value": "Fixed value"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "Une valeur de puissance fixe en Watts lorsque l'entité est ON",
|
||||
"power_template": "Le modèle sera évalué pour obtenir la valeur de puissance en W",
|
||||
"states_power": "Une paire 'état : alimentation' sur chaque ligne"
|
||||
"fixed_value": "Fixed value in Watts when the entity is ON"
|
||||
},
|
||||
"description": "Définissez une valeur de puissance fixe pour votre entité. Vous pouvez également définir une valeur de puissance par état. Par exemple :\n\n`lecture : 8.3`\n`pause : 2.25`",
|
||||
"title": "Configuration fixe"
|
||||
@@ -290,6 +287,7 @@
|
||||
"attribute": "Spécifiez l'attribut. Lorsqu'il est laissé vide, la luminosité des lumières et le pourcentage des ventilateurs seront affichés.",
|
||||
"calibrate": "Mettez une valeur d'étalonnage sur chaque ligne. Exemple\n\n1 : 20"
|
||||
},
|
||||
"description": "Define the linear power calculation options. See the [documentation]({docs_uri}) for more information. Use either min/max power or calibration values which allows for more points of control.",
|
||||
"title": "Configuration linéaire"
|
||||
},
|
||||
"manufacturer": {
|
||||
@@ -327,6 +325,7 @@
|
||||
"power": "Power for a single switch when turned on",
|
||||
"power_off": "Power for a single switch when turned off"
|
||||
},
|
||||
"description": "Define the Multi switch power calculation options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Multi switch config"
|
||||
},
|
||||
"playbook": {
|
||||
@@ -341,6 +340,7 @@
|
||||
"repeat": "Basculer lorsque vous souhaitez continuer à répéter le playbook une fois qu'il est terminé",
|
||||
"states_trigger": "Trigger a playbook based on a state change. Example\n\nplaying: program1"
|
||||
},
|
||||
"description": "Define the playbook options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Configuration Playbook"
|
||||
},
|
||||
"power_advanced": {
|
||||
@@ -542,6 +542,7 @@
|
||||
"daily_energy": {
|
||||
"title": "Daily energy options",
|
||||
"data": {
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Nom",
|
||||
"on_time": "Temps de fonctionnement",
|
||||
"start_time": "Start time",
|
||||
@@ -571,16 +572,11 @@
|
||||
"fixed": {
|
||||
"title": "Fixed options",
|
||||
"data": {
|
||||
"power": "Puissance",
|
||||
"power_template": "Modèle de puissance",
|
||||
"self_usage_included": "Self usage included",
|
||||
"states_power": "Etats de puissance"
|
||||
"fixed_value": "Fixed value",
|
||||
"self_usage_included": "Self usage included"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "A fixed power value in Watts when the entity is ON",
|
||||
"power_template": "Le modèle sera évalué pour obtenir la valeur de puissance en W",
|
||||
"self_usage_included": "Whether the power value includes the power consumed by the smart switch itself.",
|
||||
"states_power": "Une paire 'état : alimentation' sur chaque ligne"
|
||||
"self_usage_included": "Whether the power value includes the power consumed by the smart switch itself."
|
||||
}
|
||||
},
|
||||
"global_configuration": {
|
||||
@@ -815,6 +811,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"selector": {
|
||||
"daily_energy_value": {
|
||||
"choices": {
|
||||
"value": "Value",
|
||||
"value_template": "Value template"
|
||||
}
|
||||
},
|
||||
"fixed_value": {
|
||||
"choices": {
|
||||
"power": "Power",
|
||||
"power_template": "Power template",
|
||||
"states_power": "States power"
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"activate_playbook": {
|
||||
"description": "Démarrer l'exécution d'un playbook.",
|
||||
@@ -860,6 +871,10 @@
|
||||
},
|
||||
"name": "Calibrate utility meter"
|
||||
},
|
||||
"debug_group": {
|
||||
"description": "Get a debug overview of a group power or energy sensor including current member values.",
|
||||
"name": "Debug group"
|
||||
},
|
||||
"get_active_playbook": {
|
||||
"description": "Get current running playbook",
|
||||
"name": "Get active playbook"
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
"daily_energy": {
|
||||
"data": {
|
||||
"create_utility_meters": "Crea contatori (utility meters)",
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Nome",
|
||||
"on_time": "In tempo",
|
||||
"start_time": "Orario d'inizio",
|
||||
@@ -87,14 +88,10 @@
|
||||
},
|
||||
"fixed": {
|
||||
"data": {
|
||||
"power": "Potenza",
|
||||
"power_template": "Template di alimentazione",
|
||||
"states_power": "Potenza degli Stati"
|
||||
"fixed_value": "Fixed value"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "Un valore di potenza fissa in watt quando l'entità è attiva",
|
||||
"power_template": "Il modello sarà valutato per ottenere il valore di potenza in W",
|
||||
"states_power": "One 'state: power' pair on each row, see example above"
|
||||
"fixed_value": "Fixed value in Watts when the entity is ON"
|
||||
},
|
||||
"description": "Definisci un valore di potenza fisso per la tua entità. In alternativa puoi definire un valore di potenza per stato. Per esempio:\n\n`playing: 8.3`\n`pausa: 2.25`",
|
||||
"title": "Configurazione fissa"
|
||||
@@ -290,6 +287,7 @@
|
||||
"attribute": "Specifica l'attributo. Quando lasciato vuoto sarà luminosità per le luci e percentuale per i ventilatori",
|
||||
"calibrate": "Inserire un valore di calibrazione su ogni riga. Esempio\n\n1: 20"
|
||||
},
|
||||
"description": "Define the linear power calculation options. See the [documentation]({docs_uri}) for more information. Use either min/max power or calibration values which allows for more points of control.",
|
||||
"title": "Configurazione lineare"
|
||||
},
|
||||
"manufacturer": {
|
||||
@@ -327,6 +325,7 @@
|
||||
"power": "Potenza di un singolo interruttore quando è acceso",
|
||||
"power_off": "Potenza di un singolo interruttore quando è acceso"
|
||||
},
|
||||
"description": "Define the Multi switch power calculation options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Configurazione multi-interruttore"
|
||||
},
|
||||
"playbook": {
|
||||
@@ -341,6 +340,7 @@
|
||||
"repeat": "Attiva/disattiva quando si desidera continuare a ripetere il playbook dopo che è stato completato",
|
||||
"states_trigger": "Attiva un playbook in base a un cambio di stato. Esempio\n\nriproduzione: programma1"
|
||||
},
|
||||
"description": "Define the playbook options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Configurazione Playbook"
|
||||
},
|
||||
"power_advanced": {
|
||||
@@ -542,6 +542,7 @@
|
||||
"daily_energy": {
|
||||
"title": "Opzioni energetiche giornaliere",
|
||||
"data": {
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Nome",
|
||||
"on_time": "tempo stato ON",
|
||||
"start_time": "Tempo di inizio",
|
||||
@@ -571,16 +572,11 @@
|
||||
"fixed": {
|
||||
"title": "Opzioni corrette",
|
||||
"data": {
|
||||
"power": "Potenza",
|
||||
"power_template": "Power template",
|
||||
"self_usage_included": "Self usage included",
|
||||
"states_power": "States power"
|
||||
"fixed_value": "Fixed value",
|
||||
"self_usage_included": "Self usage included"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "Un valore di potenza fissa in watt quando l'entità è attiva",
|
||||
"power_template": "Il modello sarà valutato per ottenere il valore di potenza in W",
|
||||
"self_usage_included": "Il valore di potenza include l'energia consumata dallo smart switch stesso.",
|
||||
"states_power": "One 'state: power' pair on each row, see example above"
|
||||
"self_usage_included": "Il valore di potenza include l'energia consumata dallo smart switch stesso."
|
||||
}
|
||||
},
|
||||
"global_configuration": {
|
||||
@@ -815,6 +811,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"selector": {
|
||||
"daily_energy_value": {
|
||||
"choices": {
|
||||
"value": "Value",
|
||||
"value_template": "Value template"
|
||||
}
|
||||
},
|
||||
"fixed_value": {
|
||||
"choices": {
|
||||
"power": "Power",
|
||||
"power_template": "Power template",
|
||||
"states_power": "States power"
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"activate_playbook": {
|
||||
"description": "Avvia l'esecuzione di un playbook.",
|
||||
@@ -860,6 +871,10 @@
|
||||
},
|
||||
"name": "Cambia configurazione GUI"
|
||||
},
|
||||
"debug_group": {
|
||||
"description": "Get a debug overview of a group power or energy sensor including current member values.",
|
||||
"name": "Debug group"
|
||||
},
|
||||
"get_active_playbook": {
|
||||
"description": "Get current running playbook",
|
||||
"name": "Ottieni playbook attivo"
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
"daily_energy": {
|
||||
"data": {
|
||||
"create_utility_meters": "Creëer utiliteit meters",
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Naam",
|
||||
"on_time": "Tijd aan per dag",
|
||||
"start_time": "Begintijd",
|
||||
@@ -87,14 +88,10 @@
|
||||
},
|
||||
"fixed": {
|
||||
"data": {
|
||||
"power": "Vermogen",
|
||||
"power_template": "Vermogen template",
|
||||
"states_power": "Vermogen per status"
|
||||
"fixed_value": "Fixed value"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "Een vastgestelde vermogen in Watt wanneer de gekoppelde entiteit AAN is",
|
||||
"power_template": "Template die geëvalueerd wordt om het vermogen (W) te bepalen",
|
||||
"states_power": "Eén 'status: vermogen' paar op elke rij"
|
||||
"fixed_value": "Fixed value in Watts when the entity is ON"
|
||||
},
|
||||
"description": "Definieer een vast vermogen (in W) voor je entiteit. Eventueel kan je ook een vermogen per status instellen. Bijvoorbeeld:\n\n`playing: 8.3`\n`paused: 2.25`",
|
||||
"title": "Gefixeerde configuratie"
|
||||
@@ -290,6 +287,7 @@
|
||||
"attribute": "Specificeer een attribuut. Wanneer je dit leeg laat dan wordt helderheid gebruikt voor verlichting en percentage voor ventilatoren",
|
||||
"calibrate": "Kalibratiewaarde op iedere regel. Voorbeeld\n\n1: 20"
|
||||
},
|
||||
"description": "Define the linear power calculation options. See the [documentation]({docs_uri}) for more information. Use either min/max power or calibration values which allows for more points of control.",
|
||||
"title": "Lineaire configuratie"
|
||||
},
|
||||
"manufacturer": {
|
||||
@@ -327,6 +325,7 @@
|
||||
"power": "Vermogen voor één schakelaar wanneer ingeschakeld",
|
||||
"power_off": "Vermogen voor één enkele schakelaar wanneer uitgeschakeld"
|
||||
},
|
||||
"description": "Define the Multi switch power calculation options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Multi switch configuratie"
|
||||
},
|
||||
"playbook": {
|
||||
@@ -341,6 +340,7 @@
|
||||
"repeat": "Zet aan wanneer je wilt dat het playbook opnieuw wordt afgespeeld nadat het is beëindigd",
|
||||
"states_trigger": "Start een bepaald playbook gebaseerd op status. Voorbeeld\n\nplaying: program1"
|
||||
},
|
||||
"description": "Define the playbook options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Playbook configuratie"
|
||||
},
|
||||
"power_advanced": {
|
||||
@@ -542,6 +542,7 @@
|
||||
"daily_energy": {
|
||||
"title": "Dagelijkse energie opties",
|
||||
"data": {
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Naam",
|
||||
"on_time": "Tijd aan per dag",
|
||||
"start_time": "Begintijd",
|
||||
@@ -571,16 +572,11 @@
|
||||
"fixed": {
|
||||
"title": "Fixed opties",
|
||||
"data": {
|
||||
"power": "Vermogen",
|
||||
"power_template": "Vermogen template",
|
||||
"self_usage_included": "Eigen verbruik inbegrepen",
|
||||
"states_power": "Vermogen per status"
|
||||
"fixed_value": "Fixed value",
|
||||
"self_usage_included": "Eigen verbruik inbegrepen"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "Een vastgestelde vermogen in Watt wanneer de gekoppelde entiteit AAN is",
|
||||
"power_template": "Template die geëvalueerd wordt om het vermogen (W) te bepalen",
|
||||
"self_usage_included": "Of het opgegeven vermogen ook het energieverbruik omvat dat door de slimme schakelaar zelf wordt verbruikt.",
|
||||
"states_power": "Eén 'status: vermogen' paar op elke rij"
|
||||
"self_usage_included": "Of het opgegeven vermogen ook het energieverbruik omvat dat door de slimme schakelaar zelf wordt verbruikt."
|
||||
}
|
||||
},
|
||||
"global_configuration": {
|
||||
@@ -815,6 +811,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"selector": {
|
||||
"daily_energy_value": {
|
||||
"choices": {
|
||||
"value": "Value",
|
||||
"value_template": "Value template"
|
||||
}
|
||||
},
|
||||
"fixed_value": {
|
||||
"choices": {
|
||||
"power": "Power",
|
||||
"power_template": "Power template",
|
||||
"states_power": "States power"
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"activate_playbook": {
|
||||
"description": "Start verwerking van een playbook.",
|
||||
@@ -860,6 +871,10 @@
|
||||
},
|
||||
"name": "GUI configuratie wijzigen"
|
||||
},
|
||||
"debug_group": {
|
||||
"description": "Get a debug overview of a group power or energy sensor including current member values.",
|
||||
"name": "Debug group"
|
||||
},
|
||||
"get_active_playbook": {
|
||||
"description": "Laad huidige actieve playbook",
|
||||
"name": "Laad actieve playbook"
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
"daily_energy": {
|
||||
"data": {
|
||||
"create_utility_meters": "Utwórz liczniki mediów (utility meter)",
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Nazwa",
|
||||
"on_time": "Sumaryczny czas włączenia",
|
||||
"start_time": "Moment uruchomienia",
|
||||
@@ -87,14 +88,10 @@
|
||||
},
|
||||
"fixed": {
|
||||
"data": {
|
||||
"power": "Moc",
|
||||
"power_template": "Szablon mocy",
|
||||
"states_power": "Moce stanów"
|
||||
"fixed_value": "Fixed value"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "Stała wartość mocy w watach, gdy encja jest WŁĄCZONA",
|
||||
"power_template": "Szablon zostanie obliczony w celu uzyskania wartości mocy w watach",
|
||||
"states_power": "Jedna para 'stan: moc' w każdym rzędzie"
|
||||
"fixed_value": "Fixed value in Watts when the entity is ON"
|
||||
},
|
||||
"description": "Określ stałą wartość mocy dla swojej encji. Alternatywnie możesz zdefiniować wartość mocy dla każdego stanu. Na przykład:\n\n`odtwarzanie: 8.3`\n`pauza: 2.25`",
|
||||
"title": "Konfiguracja stała"
|
||||
@@ -290,6 +287,7 @@
|
||||
"attribute": "Określ Atrybut. Gdy pole pozostanie puste, będzie to jasność dla świateł i procent dla wentylatorów",
|
||||
"calibrate": "Umieść wartość kalibracji w każdym wierszu. Przykład\n\n1: 20"
|
||||
},
|
||||
"description": "Define the linear power calculation options. See the [documentation]({docs_uri}) for more information. Use either min/max power or calibration values which allows for more points of control.",
|
||||
"title": "Konfiguracja liniowa"
|
||||
},
|
||||
"manufacturer": {
|
||||
@@ -327,6 +325,7 @@
|
||||
"power": "Moc dla pojedynczego przełącznika, kiedy włączony",
|
||||
"power_off": "Moc dla pojedynczego przełącznika, kiedy wyłączony"
|
||||
},
|
||||
"description": "Define the Multi switch power calculation options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Konfiguracja wieloprzełącznika"
|
||||
},
|
||||
"playbook": {
|
||||
@@ -341,6 +340,7 @@
|
||||
"repeat": "Przełącz, jeśli chcesz powtarzać playbook po jego zakończeniu",
|
||||
"states_trigger": "Wywołaj playbook na podstawie zmiany stanu. Przykład\n\nodtwarzanie: program1"
|
||||
},
|
||||
"description": "Define the playbook options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Konfiguracja Playbook'ów"
|
||||
},
|
||||
"power_advanced": {
|
||||
@@ -542,6 +542,7 @@
|
||||
"daily_energy": {
|
||||
"title": "Dzienne opcje energii",
|
||||
"data": {
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Nazwa",
|
||||
"on_time": "Sumaryczny czas włączenia",
|
||||
"start_time": "Czas rozpoczęcia",
|
||||
@@ -571,16 +572,11 @@
|
||||
"fixed": {
|
||||
"title": "Opcje stałe",
|
||||
"data": {
|
||||
"power": "Moc",
|
||||
"power_template": "Szablon mocy",
|
||||
"self_usage_included": "Zawarte własne użycie",
|
||||
"states_power": "Moce stanów"
|
||||
"fixed_value": "Fixed value",
|
||||
"self_usage_included": "Zawarte własne użycie"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "Stała wartość mocy w watach, gdy jednostka jest włączona",
|
||||
"power_template": "Szablon zostanie obliczony w celu uzyskania wartości mocy w W",
|
||||
"self_usage_included": "Czy wartość mocy obejmuje moc zużywaną przez sam inteligentny przełącznik.",
|
||||
"states_power": "Jedna para 'stan: moc' w każdym rzędzie"
|
||||
"self_usage_included": "Czy wartość mocy obejmuje moc zużywaną przez sam inteligentny przełącznik."
|
||||
}
|
||||
},
|
||||
"global_configuration": {
|
||||
@@ -815,6 +811,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"selector": {
|
||||
"daily_energy_value": {
|
||||
"choices": {
|
||||
"value": "Value",
|
||||
"value_template": "Value template"
|
||||
}
|
||||
},
|
||||
"fixed_value": {
|
||||
"choices": {
|
||||
"power": "Power",
|
||||
"power_template": "Power template",
|
||||
"states_power": "States power"
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"activate_playbook": {
|
||||
"description": "Rozpocznij wykonywanie playbooka.",
|
||||
@@ -860,6 +871,10 @@
|
||||
},
|
||||
"name": "Zmień konfigurację GUI"
|
||||
},
|
||||
"debug_group": {
|
||||
"description": "Get a debug overview of a group power or energy sensor including current member values.",
|
||||
"name": "Debug group"
|
||||
},
|
||||
"get_active_playbook": {
|
||||
"description": "Pobierz bieżący playbook",
|
||||
"name": "Pobierz aktywny playbook"
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
"daily_energy": {
|
||||
"data": {
|
||||
"create_utility_meters": "Criar medidores de utilidade",
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Nome",
|
||||
"on_time": "Na hora",
|
||||
"start_time": "Hora de início",
|
||||
@@ -87,14 +88,10 @@
|
||||
},
|
||||
"fixed": {
|
||||
"data": {
|
||||
"power": "Potência",
|
||||
"power_template": "Modelo de potência",
|
||||
"states_power": "Potência dos estados"
|
||||
"fixed_value": "Fixed value"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "Um valor de potência fixo em Watts quando a entidade está LIGADA",
|
||||
"power_template": "O modelo será avaliado para obter o valor da potência em W",
|
||||
"states_power": "Um par 'estado: poder' em cada linha, veja o exemplo acima"
|
||||
"fixed_value": "Fixed value in Watts when the entity is ON"
|
||||
},
|
||||
"description": "Defina um valor de potência fixo para sua entidade. Alternativamente, você pode definir um valor de potência por estado. Por exemplo:\n\n`playing: 8.3`\n`paused: 2.25`",
|
||||
"title": "Configuração fixa"
|
||||
@@ -290,6 +287,7 @@
|
||||
"attribute": "Especifique o atributo. Quando deixado vazio, haverá brilho para luzes e porcentagem para ventiladores",
|
||||
"calibrate": "Coloque um valor de calibração em cada linha. Exemplo\n\n1: 20"
|
||||
},
|
||||
"description": "Define the linear power calculation options. See the [documentation]({docs_uri}) for more information. Use either min/max power or calibration values which allows for more points of control.",
|
||||
"title": "Configuração linear"
|
||||
},
|
||||
"manufacturer": {
|
||||
@@ -327,6 +325,7 @@
|
||||
"power": "Potência para um único interruptor quando ligado",
|
||||
"power_off": "Potência para um único interruptor quando desligado"
|
||||
},
|
||||
"description": "Define the Multi switch power calculation options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Opções de multi-interruptor"
|
||||
},
|
||||
"playbook": {
|
||||
@@ -341,6 +340,7 @@
|
||||
"repeat": "Alterar quando você quiser continuar repetindo o playbook após ele terminar",
|
||||
"states_trigger": "Alterar o playbook de acordo com o estado. Exemplo\n\nplaying: program1"
|
||||
},
|
||||
"description": "Define the playbook options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Configuração do Playbook"
|
||||
},
|
||||
"power_advanced": {
|
||||
@@ -542,6 +542,7 @@
|
||||
"daily_energy": {
|
||||
"title": "Opções de consumo diário",
|
||||
"data": {
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Nome",
|
||||
"on_time": "Na hora",
|
||||
"start_time": "Hora de início",
|
||||
@@ -571,16 +572,11 @@
|
||||
"fixed": {
|
||||
"title": "Opções de Fixo",
|
||||
"data": {
|
||||
"power": "Potência",
|
||||
"power_template": "Modelo de potência",
|
||||
"self_usage_included": "Auto uso incluído",
|
||||
"states_power": "Potência dos estados"
|
||||
"fixed_value": "Fixed value",
|
||||
"self_usage_included": "Auto uso incluído"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "Um valor de potência fixo em Watts quando a entidade está LIGADA",
|
||||
"power_template": "O modelo será avaliado para obter o valor da potência em W",
|
||||
"self_usage_included": "Se o valor de potência inclui a energia consumida pelo próprio interruptor inteligente.",
|
||||
"states_power": "Um par 'estado: potência' em cada linha, veja o exemplo acima"
|
||||
"self_usage_included": "Se o valor de potência inclui a energia consumida pelo próprio interruptor inteligente."
|
||||
}
|
||||
},
|
||||
"global_configuration": {
|
||||
@@ -815,6 +811,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"selector": {
|
||||
"daily_energy_value": {
|
||||
"choices": {
|
||||
"value": "Value",
|
||||
"value_template": "Value template"
|
||||
}
|
||||
},
|
||||
"fixed_value": {
|
||||
"choices": {
|
||||
"power": "Power",
|
||||
"power_template": "Power template",
|
||||
"states_power": "States power"
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"activate_playbook": {
|
||||
"description": "Iniciar a execução de um playbook.",
|
||||
@@ -860,6 +871,10 @@
|
||||
},
|
||||
"name": "Calibrate utility meter"
|
||||
},
|
||||
"debug_group": {
|
||||
"description": "Get a debug overview of a group power or energy sensor including current member values.",
|
||||
"name": "Debug group"
|
||||
},
|
||||
"get_active_playbook": {
|
||||
"description": "Obter o atual playbook em execução",
|
||||
"name": "Obter playbook ativo"
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
"daily_energy": {
|
||||
"data": {
|
||||
"create_utility_meters": "Create utility meters",
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Nome",
|
||||
"on_time": "Na hora",
|
||||
"start_time": "Hora de início",
|
||||
@@ -87,14 +88,10 @@
|
||||
},
|
||||
"fixed": {
|
||||
"data": {
|
||||
"power": "Potência",
|
||||
"power_template": "Modelo de potência",
|
||||
"states_power": "Potência dos Estados"
|
||||
"fixed_value": "Fixed value"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "Um valor de potência fixo em Watts quando a entidade está LIGADA",
|
||||
"power_template": "O modelo será avaliado para obter o valor da potência em W",
|
||||
"states_power": "Um par 'estado: potência' em cada linha, veja o exemplo acima"
|
||||
"fixed_value": "Fixed value in Watts when the entity is ON"
|
||||
},
|
||||
"description": "Defina um valor de potência fixo para sua entidade. Alternativamente, você pode definir um valor de energia por estado. Por exemplo:\n\n`reproduzindo: 8.3`\n`pausado: 2.25`",
|
||||
"title": "Configuração fixa"
|
||||
@@ -290,6 +287,7 @@
|
||||
"attribute": "Especifique o atributo. Quando deixado vazio, haverá brilho para luzes e percentagem para ventoinhas",
|
||||
"calibrate": "Coloque um valor de calibração em cada linha. Exemplo\n\n1: 20"
|
||||
},
|
||||
"description": "Define the linear power calculation options. See the [documentation]({docs_uri}) for more information. Use either min/max power or calibration values which allows for more points of control.",
|
||||
"title": "Configuração linear"
|
||||
},
|
||||
"manufacturer": {
|
||||
@@ -327,6 +325,7 @@
|
||||
"power": "Power for a single switch when turned on",
|
||||
"power_off": "Power for a single switch when turned off"
|
||||
},
|
||||
"description": "Define the Multi switch power calculation options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Multi switch config"
|
||||
},
|
||||
"playbook": {
|
||||
@@ -341,6 +340,7 @@
|
||||
"repeat": "Alternar se pretende que a sequência reinicie e repita após terminar",
|
||||
"states_trigger": "Trigger a playbook based on a state change. Example\n\nplaying: program1"
|
||||
},
|
||||
"description": "Define the playbook options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Configuração de Sequência"
|
||||
},
|
||||
"power_advanced": {
|
||||
@@ -542,6 +542,7 @@
|
||||
"daily_energy": {
|
||||
"title": "Daily energy options",
|
||||
"data": {
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Nome",
|
||||
"on_time": "Na hora",
|
||||
"start_time": "Start time",
|
||||
@@ -571,16 +572,11 @@
|
||||
"fixed": {
|
||||
"title": "Fixed options",
|
||||
"data": {
|
||||
"power": "Potência",
|
||||
"power_template": "Modelo de energia",
|
||||
"self_usage_included": "Self usage included",
|
||||
"states_power": "Potência dos Estados"
|
||||
"fixed_value": "Fixed value",
|
||||
"self_usage_included": "Self usage included"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "A fixed power value in Watts when the entity is ON",
|
||||
"power_template": "O modelo será avaliado para obter o valor da potência em W",
|
||||
"self_usage_included": "Whether the power value includes the power consumed by the smart switch itself.",
|
||||
"states_power": "Um par 'estado: ptência' em cada linha, veja o exemplo acima"
|
||||
"self_usage_included": "Whether the power value includes the power consumed by the smart switch itself."
|
||||
}
|
||||
},
|
||||
"global_configuration": {
|
||||
@@ -815,6 +811,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"selector": {
|
||||
"daily_energy_value": {
|
||||
"choices": {
|
||||
"value": "Value",
|
||||
"value_template": "Value template"
|
||||
}
|
||||
},
|
||||
"fixed_value": {
|
||||
"choices": {
|
||||
"power": "Power",
|
||||
"power_template": "Power template",
|
||||
"states_power": "States power"
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"activate_playbook": {
|
||||
"description": "Iniciar execução de uma Sequência.",
|
||||
@@ -860,6 +871,10 @@
|
||||
},
|
||||
"name": "Calibrate utility meter"
|
||||
},
|
||||
"debug_group": {
|
||||
"description": "Get a debug overview of a group power or energy sensor including current member values.",
|
||||
"name": "Debug group"
|
||||
},
|
||||
"get_active_playbook": {
|
||||
"description": "Get current running playbook",
|
||||
"name": "Get active playbook"
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
"daily_energy": {
|
||||
"data": {
|
||||
"create_utility_meters": "Creați contoare",
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Nume",
|
||||
"on_time": "Timp pornit",
|
||||
"start_time": "Timpul de pornire",
|
||||
@@ -87,14 +88,10 @@
|
||||
},
|
||||
"fixed": {
|
||||
"data": {
|
||||
"power": "Putere",
|
||||
"power_template": "Sablon de putere",
|
||||
"states_power": "Puterea starilor"
|
||||
"fixed_value": "Fixed value"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "O valoare fixă a puterii în wați când entitatea este PORNITĂ",
|
||||
"power_template": "Șablonul va fi evaluat pentru a obține valoarea puterii în W",
|
||||
"states_power": "O pereche 'stare: putere' pe fiecare rând, vezi exemplul de mai sus"
|
||||
"fixed_value": "Fixed value in Watts when the entity is ON"
|
||||
},
|
||||
"description": "Definiți o valoare fixă a puterii pentru entitatea dvs. Alternativ, puteți defini o valoare de putere per stare. De exemplu:\n\n`redare: 8,3`\n`în pauză: 2,25`",
|
||||
"title": "Configurație fixă"
|
||||
@@ -290,6 +287,7 @@
|
||||
"attribute": "Specificați atributul. Când este lăsat gol, va fi luminozitate pentru lumini și procent pentru ventilatoare",
|
||||
"calibrate": "Pune o valoare de calibrare pe fiecare linie. Exemplu\n\n1: 20"
|
||||
},
|
||||
"description": "Define the linear power calculation options. See the [documentation]({docs_uri}) for more information. Use either min/max power or calibration values which allows for more points of control.",
|
||||
"title": "Configurație liniară"
|
||||
},
|
||||
"manufacturer": {
|
||||
@@ -327,6 +325,7 @@
|
||||
"power": "Power for a single switch when turned on",
|
||||
"power_off": "Power for a single switch when turned off"
|
||||
},
|
||||
"description": "Define the Multi switch power calculation options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Multi switch config"
|
||||
},
|
||||
"playbook": {
|
||||
@@ -341,6 +340,7 @@
|
||||
"repeat": "Comutați când doriți să continuați să repetați manualul după finalizarea acestuia",
|
||||
"states_trigger": "Trigger a playbook based on a state change. Example\n\nplaying: program1"
|
||||
},
|
||||
"description": "Define the playbook options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Configurare Playbook"
|
||||
},
|
||||
"power_advanced": {
|
||||
@@ -542,6 +542,7 @@
|
||||
"daily_energy": {
|
||||
"title": "Daily energy options",
|
||||
"data": {
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Nume",
|
||||
"on_time": "Timp pornit",
|
||||
"start_time": "Start time",
|
||||
@@ -571,16 +572,11 @@
|
||||
"fixed": {
|
||||
"title": "Fixed options",
|
||||
"data": {
|
||||
"power": "Putere",
|
||||
"power_template": "Șablon de putere",
|
||||
"self_usage_included": "Self usage included",
|
||||
"states_power": "Putere de stare"
|
||||
"fixed_value": "Fixed value",
|
||||
"self_usage_included": "Self usage included"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "A fixed power value in Watts when the entity is ON",
|
||||
"power_template": "Șablonul va fi evaluat pentru a obține valoarea puterii în W",
|
||||
"self_usage_included": "Whether the power value includes the power consumed by the smart switch itself.",
|
||||
"states_power": "O pereche 'stare: putere' pe fiecare rând, vezi exemplul de mai sus"
|
||||
"self_usage_included": "Whether the power value includes the power consumed by the smart switch itself."
|
||||
}
|
||||
},
|
||||
"global_configuration": {
|
||||
@@ -815,6 +811,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"selector": {
|
||||
"daily_energy_value": {
|
||||
"choices": {
|
||||
"value": "Value",
|
||||
"value_template": "Value template"
|
||||
}
|
||||
},
|
||||
"fixed_value": {
|
||||
"choices": {
|
||||
"power": "Power",
|
||||
"power_template": "Power template",
|
||||
"states_power": "States power"
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"activate_playbook": {
|
||||
"description": "Începeți execuția unui playbook.",
|
||||
@@ -860,6 +871,10 @@
|
||||
},
|
||||
"name": "Schimbați configurația GUI"
|
||||
},
|
||||
"debug_group": {
|
||||
"description": "Get a debug overview of a group power or energy sensor including current member values.",
|
||||
"name": "Debug group"
|
||||
},
|
||||
"get_active_playbook": {
|
||||
"description": "Get current running playbook",
|
||||
"name": "Get active playbook"
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
"daily_energy": {
|
||||
"data": {
|
||||
"create_utility_meters": "Создать счётчики",
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Название",
|
||||
"on_time": "Время работы",
|
||||
"start_time": "Время начала",
|
||||
@@ -87,14 +88,10 @@
|
||||
},
|
||||
"fixed": {
|
||||
"data": {
|
||||
"power": "Мощность",
|
||||
"power_template": "Шаблон мощности",
|
||||
"states_power": "Мощность по состояниям"
|
||||
"fixed_value": "Fixed value"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "Фиксированное значение мощности в ваттах, когда объект включён",
|
||||
"power_template": "Шаблон для вычисления значения мощности в ваттах",
|
||||
"states_power": "Пара 'состояние: мощность' на каждой строке, см. [документацию](https://docs.powercalc.nl/strategies/fixed/#power-per-state)"
|
||||
"fixed_value": "Fixed value in Watts when the entity is ON"
|
||||
},
|
||||
"description": "Определите фиксированное значение мощности для вашего объекта. Альтернативно можно указать мощность для каждого состояния. Например:\n\n`playing: 8.3`\n`paused: 2.25`",
|
||||
"title": "Фиксированная конфигурация"
|
||||
@@ -290,6 +287,7 @@
|
||||
"attribute": "Укажите атрибут. Если оставить пустым, будет использоваться яркость для светильников, громкость для колонок и процент для вентиляторов",
|
||||
"calibrate": "Укажите калибровочное значение на каждой строке. Пример\n\n1: 20"
|
||||
},
|
||||
"description": "Define the linear power calculation options. See the [documentation]({docs_uri}) for more information. Use either min/max power or calibration values which allows for more points of control.",
|
||||
"title": "Линейная конфигурация"
|
||||
},
|
||||
"manufacturer": {
|
||||
@@ -327,6 +325,7 @@
|
||||
"power": "Мощность одного выключателя во включённом состоянии",
|
||||
"power_off": "Мощность одного выключателя в выключенном состоянии"
|
||||
},
|
||||
"description": "Define the Multi switch power calculation options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Конфигурация мультивыключателя"
|
||||
},
|
||||
"playbook": {
|
||||
@@ -341,6 +340,7 @@
|
||||
"repeat": "Включите, если хотите повторять сценарий после его завершения",
|
||||
"states_trigger": "Запуск сценария по изменению состояния. Пример\n\nplaying: program1"
|
||||
},
|
||||
"description": "Define the playbook options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Конфигурация сценариев"
|
||||
},
|
||||
"power_advanced": {
|
||||
@@ -542,6 +542,7 @@
|
||||
"daily_energy": {
|
||||
"title": "Параметры суточной энергии",
|
||||
"data": {
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Название",
|
||||
"on_time": "Время работы",
|
||||
"start_time": "Время начала",
|
||||
@@ -571,16 +572,11 @@
|
||||
"fixed": {
|
||||
"title": "Фиксированные параметры",
|
||||
"data": {
|
||||
"power": "Мощность",
|
||||
"power_template": "Шаблон мощности",
|
||||
"self_usage_included": "Включено собственное потребление",
|
||||
"states_power": "Мощность по состояниям"
|
||||
"fixed_value": "Fixed value",
|
||||
"self_usage_included": "Включено собственное потребление"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "Фиксированное значение мощности в ваттах, когда объект включён",
|
||||
"power_template": "Шаблон для вычисления значения мощности в ваттах",
|
||||
"self_usage_included": "Включено ли в значение мощности потребление самого умного выключателя",
|
||||
"states_power": "Пара 'состояние: мощность' на каждой строке, см. [документацию](https://docs.powercalc.nl/strategies/fixed/#power-per-state)"
|
||||
"self_usage_included": "Включено ли в значение мощности потребление самого умного выключателя"
|
||||
}
|
||||
},
|
||||
"global_configuration": {
|
||||
@@ -815,6 +811,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"selector": {
|
||||
"daily_energy_value": {
|
||||
"choices": {
|
||||
"value": "Value",
|
||||
"value_template": "Value template"
|
||||
}
|
||||
},
|
||||
"fixed_value": {
|
||||
"choices": {
|
||||
"power": "Power",
|
||||
"power_template": "Power template",
|
||||
"states_power": "States power"
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"activate_playbook": {
|
||||
"description": "Запустить выполнение сценария.",
|
||||
@@ -860,6 +871,10 @@
|
||||
},
|
||||
"name": "Изменить конфигурацию GUI"
|
||||
},
|
||||
"debug_group": {
|
||||
"description": "Get a debug overview of a group power or energy sensor including current member values.",
|
||||
"name": "Debug group"
|
||||
},
|
||||
"get_active_playbook": {
|
||||
"description": "Получить текущий запущенный сценарий",
|
||||
"name": "Получить активный сценарий"
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
"daily_energy": {
|
||||
"data": {
|
||||
"create_utility_meters": "Vytvorenie meracích prístrojov",
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Názov",
|
||||
"on_time": "V čase",
|
||||
"start_time": "Štart čas",
|
||||
@@ -87,14 +88,10 @@
|
||||
},
|
||||
"fixed": {
|
||||
"data": {
|
||||
"power": "Výkon",
|
||||
"power_template": "Šablóna výkonu",
|
||||
"states_power": "Stavy výkonu"
|
||||
"fixed_value": "Fixed value"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "Pevná hodnota výkonu vo wattoch, keď je entita ZAPNUTÁ",
|
||||
"power_template": "Šablóna sa vyhodnotí, aby sa získala hodnota výkonu vo W",
|
||||
"states_power": "Jeden pár „stav: výkon“ v každom riadku, pozri príklad vyššie"
|
||||
"fixed_value": "Fixed value in Watts when the entity is ON"
|
||||
},
|
||||
"description": "Definujte pevnú hodnotu výkonu pre vašu entitu. Prípadne môžete definovať hodnotu výkonu pre každý stav. Napríklad:\n\n`prehrávanie: 8.3`\n`pozastavené: 2.25`",
|
||||
"title": "Opravená konfigurácia"
|
||||
@@ -290,6 +287,7 @@
|
||||
"attribute": "Zadajte atribút. Keď zostane prázdne, bude jas pre svetlá a percento pre ventilátory",
|
||||
"calibrate": "Na každý riadok uveďte kalibračnú hodnotu. Príklad\n\n1: 20"
|
||||
},
|
||||
"description": "Define the linear power calculation options. See the [documentation]({docs_uri}) for more information. Use either min/max power or calibration values which allows for more points of control.",
|
||||
"title": "Lineárna konfigurácia"
|
||||
},
|
||||
"manufacturer": {
|
||||
@@ -327,6 +325,7 @@
|
||||
"power": "Napájanie jedným vypínačom pri zapnutí",
|
||||
"power_off": "Napájanie na jeden vypínač pri vypnutí"
|
||||
},
|
||||
"description": "Define the Multi switch power calculation options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Konfigurácia viacerých prepínačov"
|
||||
},
|
||||
"playbook": {
|
||||
@@ -341,6 +340,7 @@
|
||||
"repeat": "Prepínač, keď chcete pokračovať v opakovaní príručky po jej dokončení",
|
||||
"states_trigger": "Spustite playbook na základe zmeny stavu. Príklad\n\nprehrávanie: program1"
|
||||
},
|
||||
"description": "Define the playbook options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Playbook konfigurácia"
|
||||
},
|
||||
"power_advanced": {
|
||||
@@ -542,6 +542,7 @@
|
||||
"daily_energy": {
|
||||
"title": "Denné energetické možnosti",
|
||||
"data": {
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Názov",
|
||||
"on_time": "V čase",
|
||||
"start_time": "Čas začiatku",
|
||||
@@ -571,16 +572,11 @@
|
||||
"fixed": {
|
||||
"title": "Pevné možnosti",
|
||||
"data": {
|
||||
"power": "Výkon",
|
||||
"power_template": "Výkon šablóna",
|
||||
"self_usage_included": "Samostatné použitie v cene",
|
||||
"states_power": "Výkonové stavy"
|
||||
"fixed_value": "Fixed value",
|
||||
"self_usage_included": "Samostatné použitie v cene"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "Pevná hodnota výkonu vo wattoch, keď je entita ZAPNUTÁ",
|
||||
"power_template": "Šablóna sa vyhodnotí, aby sa získala hodnota výkonu vo W",
|
||||
"self_usage_included": "Či hodnota výkonu zahŕňa výkon spotrebovaný samotným inteligentným prepínačom.",
|
||||
"states_power": "Jeden pár „stav: výkon“ v každom riadku, pozri príklad vyššie"
|
||||
"self_usage_included": "Či hodnota výkonu zahŕňa výkon spotrebovaný samotným inteligentným prepínačom."
|
||||
}
|
||||
},
|
||||
"global_configuration": {
|
||||
@@ -815,6 +811,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"selector": {
|
||||
"daily_energy_value": {
|
||||
"choices": {
|
||||
"value": "Value",
|
||||
"value_template": "Value template"
|
||||
}
|
||||
},
|
||||
"fixed_value": {
|
||||
"choices": {
|
||||
"power": "Power",
|
||||
"power_template": "Power template",
|
||||
"states_power": "States power"
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"activate_playbook": {
|
||||
"description": "Spustenie vykonávania playbooku.",
|
||||
@@ -860,6 +871,10 @@
|
||||
},
|
||||
"name": "Zmeniť GUI nastavenie"
|
||||
},
|
||||
"debug_group": {
|
||||
"description": "Get a debug overview of a group power or energy sensor including current member values.",
|
||||
"name": "Debug group"
|
||||
},
|
||||
"get_active_playbook": {
|
||||
"description": "Získajte aktuálny playbook",
|
||||
"name": "Získať aktuálny playbook"
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
"daily_energy": {
|
||||
"data": {
|
||||
"create_utility_meters": "Skapa bruksmätare",
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Namn",
|
||||
"on_time": "Igång tid",
|
||||
"start_time": "Starttid",
|
||||
@@ -87,14 +88,10 @@
|
||||
},
|
||||
"fixed": {
|
||||
"data": {
|
||||
"power": "Effekt",
|
||||
"power_template": "Effektmall",
|
||||
"states_power": "Effekttillstånd"
|
||||
"fixed_value": "Fixed value"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "Ett fast värde i Watt när entiteten är igång",
|
||||
"power_template": "Mall för att beräkna effekten i W",
|
||||
"states_power": "En 'tillstånd:effekt' par per rad, se exempel ovan"
|
||||
"fixed_value": "Fixed value in Watts when the entity is ON"
|
||||
},
|
||||
"description": "Definiera ett fast värde för din entitet. Alternativt kan du definiera ett värde per tillstånd. Till exempel: \n\n`spelar: 8.3`\n`pausad: 2.25`",
|
||||
"title": "Fast konfig"
|
||||
@@ -290,6 +287,7 @@
|
||||
"attribute": "Ange attributet. Om tomt används ljusstyrka för lampor och procent för fläktar",
|
||||
"calibrate": "Skriv ett kalibreringsvärde per rad. Exempel\n\n1: 20"
|
||||
},
|
||||
"description": "Define the linear power calculation options. See the [documentation]({docs_uri}) for more information. Use either min/max power or calibration values which allows for more points of control.",
|
||||
"title": "Linjär konfiguration"
|
||||
},
|
||||
"manufacturer": {
|
||||
@@ -327,6 +325,7 @@
|
||||
"power": "Effekt för enstaka enhet när påslagen",
|
||||
"power_off": "Effekt för enstaka enhet när avslagen"
|
||||
},
|
||||
"description": "Define the Multi switch power calculation options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Multi-enhetskonfiguration"
|
||||
},
|
||||
"playbook": {
|
||||
@@ -341,6 +340,7 @@
|
||||
"repeat": "Växla om du vill att playbooken ska repeteras när den är färdig",
|
||||
"states_trigger": "Utlösa en spelbok baserad på en tillståndsändring. Exempel\n\nspelar: program1"
|
||||
},
|
||||
"description": "Define the playbook options. See the [documentation]({docs_uri}) for more information.",
|
||||
"title": "Spelbok konfiguration"
|
||||
},
|
||||
"power_advanced": {
|
||||
@@ -542,6 +542,7 @@
|
||||
"daily_energy": {
|
||||
"title": "Daily energy options",
|
||||
"data": {
|
||||
"daily_energy_value": "Daily energy value",
|
||||
"name": "Namn",
|
||||
"on_time": "Igång tid",
|
||||
"start_time": "Starttid",
|
||||
@@ -571,16 +572,11 @@
|
||||
"fixed": {
|
||||
"title": "Fixed options",
|
||||
"data": {
|
||||
"power": "effekt",
|
||||
"power_template": "Effektmall",
|
||||
"self_usage_included": "Self usage included",
|
||||
"states_power": "Effekttillstånd"
|
||||
"fixed_value": "Fixed value",
|
||||
"self_usage_included": "Self usage included"
|
||||
},
|
||||
"data_description": {
|
||||
"power": "A fixed power value in Watts when the entity is ON",
|
||||
"power_template": "Mall för att beräkna effekten i W",
|
||||
"self_usage_included": "Whether the power value includes the power consumed by the smart switch itself.",
|
||||
"states_power": "En 'tillstånd:effekt' par per rad, se exempel ovan"
|
||||
"self_usage_included": "Whether the power value includes the power consumed by the smart switch itself."
|
||||
}
|
||||
},
|
||||
"global_configuration": {
|
||||
@@ -815,6 +811,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"selector": {
|
||||
"daily_energy_value": {
|
||||
"choices": {
|
||||
"value": "Value",
|
||||
"value_template": "Value template"
|
||||
}
|
||||
},
|
||||
"fixed_value": {
|
||||
"choices": {
|
||||
"power": "Power",
|
||||
"power_template": "Power template",
|
||||
"states_power": "States power"
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"activate_playbook": {
|
||||
"description": "Starts körningen sv en playbook.",
|
||||
@@ -860,6 +871,10 @@
|
||||
},
|
||||
"name": "Ändra GUI-konfiguration"
|
||||
},
|
||||
"debug_group": {
|
||||
"description": "Get a debug overview of a group power or energy sensor including current member values.",
|
||||
"name": "Debug group"
|
||||
},
|
||||
"get_active_playbook": {
|
||||
"description": "Get current running playbook",
|
||||
"name": "Get active playbook"
|
||||
|
||||
Reference in New Issue
Block a user