generated from ludeeus/integration_blueprint
-
-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"description": "Jeśli potrzebujesz pomocy w konfiguracji, zajrzyj tutaj: https://github.com/andrew-codechimp/ha-battery-notes", | ||
"data": { | ||
"device_id": "Urządzenie", | ||
"name": "Nazwa" | ||
}, | ||
"data_description": { | ||
"name": "Pozostawienie pustego pola spowoduje pobranie nazwy z urządzenia źródłowego" | ||
} | ||
}, | ||
"battery": { | ||
"data": { | ||
"battery_type": "Typ baterii" | ||
}, | ||
"data_description": { | ||
"battery_type": "Ocjonalnie, wprowadź też ilość baterii jeśli jest więcej niż 1 szt., np. 2x AAA" | ||
} | ||
} | ||
}, | ||
"abort": { | ||
"already_configured": "Urządzenie jest już skonfigurowane" | ||
}, | ||
"error": { | ||
"unknown": "Wystąpił nieznany błąd." | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"description": "Jeśli potrzebujesz pomocy w konfiguracji, zajrzyj tutaj: https://github.com/andrew-codechimp/ha-battery-notes", | ||
"data": { | ||
"name": "Nazwa", | ||
"battery_type": "Typ baterii" | ||
}, | ||
"data_description": { | ||
"name": "Pozostawienie pustego pola spowoduje pobranie nazwy z urządzenia źródłowego" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"unknown": "Wystąpił nieznany błąd." | ||
} | ||
}, | ||
"entity": { | ||
"button": { | ||
"battery_replaced": { | ||
"name": "Wymiana baterii" | ||
} | ||
}, | ||
"sensor": { | ||
"battery_type": { | ||
"name": "Typ baterii" | ||
}, | ||
"battery_last_replaced": { | ||
"name": "Ostatnia wymiana baterii" | ||
} | ||
} | ||
}, | ||
"services": { | ||
"set_battery_replaced": { | ||
"description": "Ustawia ostatnią wymianę baterii.", | ||
"fields": { | ||
"device_id": { | ||
"description": "Urządzenie w którym wymieniono baterię/baterie.", | ||
"name": "Urządzenie" | ||
}, | ||
"datetime_replaced": { | ||
"description": "Data wymiany.", | ||
"name": "Data" | ||
} | ||
}, | ||
"name": "Ustaw wymianę baterii" | ||
} | ||
} | ||
} |