Johannes
Johannes
try again, there was an error in my deployment script for the webserver
this is not implemented and needs to be translated https://github.com/home-assistant/frontend/blob/dev/translations/backend/en.json#L47
See the translation2 branch, I replaced my code with code that's parsing the official translation files.
fixed some errors and merged it into main you can now get the translation for a specifc binary sensor with this function call `get_translation(self._locale, f"backend.component.binary_sensor.state.{device_class}.{state}")` use "_" if there is...
implemented in current development version, will be included in 3.4 release https://docs.nspanel.pky.eu/faq/#how-to-upgrade-from-a-release-to-the-current-development-version
Hey, I don't have this issue and I cannot reproduce it. Can you figure out if your missing updates are generated in the AppDaemon log? The numbers at the 6th...
Would be interesting to see if you can find a reason for this in the esphome logs. Would make total sense that tasmota is a bit slower, because of the...
I think the best approach to test this would be displaying a card grid with rising numbers, I will put together commands that you can send over MQTT for testing.
Create a new folder called test in your apps folder and a test.py file within that folder. test.py: ```python import hassapi as hass class Test(hass.Hass): mqtt_api = None topic =...
Yes, you have to set an undocumented option in the console. `SetOption78 1` https://esphome.io/guides/migrate_sonoff_tasmota.html