Props for finding the answer and sharing it!
Rekhyt
Literally Paradox's entire business model...
Press X to doubt
But if the House decides the election, it's not by Reps, each state makes a vote. And there are more R states than D states, so it will absolutely go to Trump.
The more jobs that are unfilled (a "tighter" job market) means that employers have to raise wages to attract employees. It's pretty common knowledge in tech that the fastest way to a raise is to switch jobs. More jobs being available is good for workers.
Eggo brand were not affected. Here's the list of store brands that are:
- Aldi's (Breakfast Best brand)
- Dollar General (Clover Valley brand)
- Food Lion
- Giant Eagle
- Hannaford
- Harris Teeter
- H-E-B
- PriceChopper (PICS brand)
- Publix
- Schnucks
- Southeastern Grocers
- Target (Good & Gather brand)
- Tops
- Walmart (Great Value brand)
Also these brands:
- Foodhold
- Kodiak Cakes (I've seen these at Stop & Shop)
- Simple Truth
I was trying to nicely tell you I did not appreciate it.
I'm just trying to provide more information for people who, like me, may have thought that their family might have been at risk because I bought freezer waffles.
As someone who recently bought Eggo waffles and was worriedly reading the article: you can keep your hands off my Eggo, it was store brand stuff that was affected.
This! Manufacturers were trying to lock people into their systems, just by different means. Reverse engineering a piece of low-level software (BIOS) so that you could run high-level software written for that machine architecture on different hardware was the main battle of the day.
Out of curiosity, is it something as simple as needing to wrap the template in quotes? I may be mixing up my YAML with the Ansible work I've been doing, but I think you need to have templates double quoted like this in order to resolve the jinja2 properly:
"{{ state_attr('light.etc', 'brightness') }}
I don't think you need the quotes in the Templates section of dev tools but you do in YAML files. I could be wrong though, let me know if you try it.
Definitely use the
state_attr()
form overstates.etc.etc
form. I think there's something about how HA handles startup that may mess with templates if you usestates.etc.etc
.