Skip to content

Review before submitting a new issue or feature request

bruxy70 edited this page Jan 2, 2020 · 15 revisions

These are known issues, that will not be fixed

  • Translation of weekday/month names in dates is not possible. This is a Home Assistant limitation where the current Jinja 2 implementation does not support locales. Formatting of the sensor state including localization should really be done on the frontend (Lovelace), based on the language selected in the user profile. Because of frequent requests, I have added verbose output and added localization to the sensor itself. But I am not going to extend this any further, as it would never stop.
  • If you add/configure the sensors in Configuration/Integrations (not in YAML), each sensor will create a separate integration entry, there is no way to add multiple sensors under one integration. This is a current Home Assistant limitation (since the sensors are not linked to physical devices, there is no option to add additional devices under the integration). You can add as many entries you want, there is no limitation.
  • If you want to delete the integration, please first remove the configured sensors (if you have configured them from in Configuration/Integration) - not applicable to YAML
  • You have to restart HA after installing are removing the integration, or after changing the configuration in YAML mode.
  • If you configure an optional parameter via Configuration/Integration, it cannot be removed, only changed. This is Home Assistant limitation/bug.
  • Change of sensor entity_id, is only possible for sensors configured in Configuration/Integration. The sensors configured in YAML will be given entity_id automatically based on the friendly_name.

Please respect the following rules:

  1. Before creating a new issue, search the issues if a similar issue did not exist.
  2. If you are a developer, consider creating a pull request with your suggested change. This is especially the case for translations. There are 2 files for each language - one translates the sensor values, the other the web-based configuration.
  3. Use the provided templates - leave the headers and replace the instructions with your text.
Clone this wiki locally