rosch100
rosch100
It works up to mariadb 11.2. When using mariadb 11.3, the error `Access denied for user 'root'@'%' to database 'wikidb'`is thrown.
Just tested with a new database for wikidb. Same error: `ERROR 1044 (42000) at line 1: Access denied for user 'root'@'%' to database 'wikidb'`
MariaDB: ```services: mariadb: #image: 'bitnami/mariadb:latest' image: 'bitnami/mariadb:11.2' container_name: mariadb restart: always ports: - '3306:3306' environment: - MARIADB_ROOT_USER=root - MARIADB_ROOT_PASSWORD=mypasswd - BITNAMI_DEBUG=true volumes: - /srv/DockerVolumes/sql:/bitnami - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro networks: default:...
I checked out the branch `marcelloceschia:plugin/ha-autoconfig` and got this error in the plugin: ``` 2023-08-19 16:25:43 2023-08-19 14:25:43,144 - DeyeMqttClient - INFO - Successfully connected to MQTT Broker located at...
> can you check this line https://github.com/marcelloceschia/deye-inverter-mqtt/blob/f1c361ea9fa40b66c1326ecf46fb600a5ddda705/src/deye_sensor.py#L77 is it the same in your code? It's the same. Checked out recent changes (from today). Same error message. ``` git diff --compact-summary...
> I found a Solution (?) > I could (temporarily) resolve the issue by deleting and re-adding the integration. However, today the integration fails again with the same error. Deleting...
All requested changes have been implemented: ✅ **supported_languages field added to hacs.json schema** - Added `supported_languages: list[str] = []` to `HacsManifest` class - Added `_supported_languages_validator` to validate ISO 639-1 language...
Hi @hacs/maintainers, could you please add the `pr: enhancement` label to this PR? This is a new feature implementation for multilingual README support. Thank you!
Hi @ludeeus, All requested changes have been implemented and pushed. The code is ready for re-review.