droans

Results 10 issues of droans

[Current docs](https://appdaemon.readthedocs.io/en/latest/AD_API_REFERENCE.html#appdaemon.adapi.ADAPI.run_at) state that the `start` should be either a `time` or `parse_time` object. Code: start_time = self.get_state('input_datetime.test_entity') start_time = self.parse_time(start_time) self.log(f'Start time: {start_time}; type {type(start_time)}') caller = self.run_at(self.Callback, start_time)...

The configuration formatter can be extraordinarily slow, usually taking around 30s on my computer. It also will often use a different style than I use, even though my style is...

enhancement

For the Y tensioner by mckurt, I believe that using M3 with a heat set insert instead of the M5 screw for the tensioner screw would perform better. The design...

I've been receiving a Bad request error for a specific movie, Dawn of the Dead. All other movies and shows seem to be processing correctly - even others with spaces...

Grocy uses `period_interval` to store the period frequency for a task (IE - every 2 days would have a `period_interval` of 2, every 6 months would have a `period_interval` of...

## Unless all relevant information is provided, I can't help you **Describe the bug** The current implementation does not work when deleting chores and possibly more. **Expected behavior** `grocy.delete_generic` should...

Adds `ct_dict_merge` as new function. Readme is updated with the function, description, and example. --- It's annoyed me for too long that the only real way to merge dictionaries in...

Plugin returns IP as ", 123.123.123.123" instead of just "123.123.123.123" Configuration: Docker traefik: container_name: traefik image: traefik:brie restart: unless-stopped command: - --experimental.plugins.traefik-real-ip.modulename=github.com/soulbalz/traefik-real-ip - --experimental.plugins.traefik-real-ip.version=v1.0.3 middlewares.toml: [http.middlewares.my-traefik-real-ip] [http.middlewares.my-traefik-real-ip.plugin] [http.middlewares.my-traefik-real-ip.plugin.traefik-real-ip] excludednets =...

Add-in reports the error "Property conversation_agent is not allowed" as a selector. The validator needs to be updated with the most recent schema. [Documentation](https://www.home-assistant.io/docs/blueprint/selectors/#conversation-agent-selector) [Affected File](https://github.com/keesschollaart81/vscode-home-assistant/blob/dev/src/language-service/src/schemas/integrations/selectors.ts) Example Code: ``` blueprint:...

yaml

Add-in reports the error "Property multiple is not allowed" for the text selector. The validator needs to be updated with the most recent schema. [Documentation](https://www.home-assistant.io/docs/blueprint/selectors/#multiple) [Affected File](https://github.com/keesschollaart81/vscode-home-assistant/blob/dev/src/language-service/src/schemas/integrations/selectors.ts) Example Code: ```...

yaml