diff --git a/custom_components/iaquk/translations/sensor.sk.json b/custom_components/iaquk/translations/sensor.sk.json new file mode 100644 index 0000000..ece2a8a --- /dev/null +++ b/custom_components/iaquk/translations/sensor.sk.json @@ -0,0 +1,11 @@ +{ + "state": { + "iaquk__level": { + "Excellent": "Výborne", + "Good": "Dobre", + "Fair": "Dostatočne", + "Poor": "Zle", + "Inadequate": "Nedostatočne" + } + } +}