Two (or more) static sources not work
See original GitHub issuePlease can you show an example, how two (or more) static sources must be configuration.
I test it with
waste_collection_schedule:
sources:
- name: static
args:
- type: Bioabfall
frequency: WEEKLY
interval: 2
start: '2023-01-17'
until: '2023-04-30'
excludes:
- '2023-04-11'
dates:
- '2023-01-04'
- '2023-04-12'
- type: Leichtverpackungen
frequency: WEEKLY
interval: 2
start: '2023-01-11'
until: '2023-04-30'
excludes:
- '2023-02-22'
- '2023-04-05'
dates:
- '2022-12-27'
- '2023-02-23'
- '2023-04-04'
customize:
- type: Bioabfall
alias: Bioabfall
icon: mdi:flower-outline
- type: Leichtverpackungen
alias: Leichtverpackungen
icon: mdi:recycle
fetch_time: "03:00"
day_switch_time: "12:00"
but i always get a configuration error.
TIA
Gerd
Issue Analytics
- State:
- Created 9 months ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Common static electricity problems and remedies
A more detailed explanation of the mechanisms of static electricity can be found here. There are several situations that produce unwanted static electricity ......
Read more >How does static electricity work? - Library of Congress
Static electricity is the result of an imbalance between negative and positive charges in an object. These charges can build up on the...
Read more >Why is multiple variable definition across different source files ...
No you misunderstand the reasons. static variables that are not constexpr needs to be initialized only once as it happens at runtime.
Read more >How to Prevent Static Shock | Tips to Reduce Static Shocks
It is hard to tell the precise source, so the best way is to do some experimenting and see what solutions work the...
Read more >Static Electricity Hazards, Generation and Grounding in Industry
Static electricity can be created when two objects of different material come into ... Some specific sources of static in industry will be...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Version 1.31.0 has been released.
Yes, sorry - this feature has not been released yet. It is already in the main branch and therefore shows up in the documentation. I will release a new revision soon.