The only issue with doing it this way is that the UI to call the script isn’t as nice as calling the notification service directly, but it isn’t too bad to switch to yaml mode and populate the parameters once you get used to it.
The only issue with doing it this way is that the UI to call the script isn’t as nice as calling the notification service directly, but it isn’t too bad to switch to yaml mode and populate the parameters once you get used to it.
I utilize scripts for all of my notification needs. It allows me to utilize logic based around certain criteria, like this on that will only notify family members at home. If no one is home it will wait and notify the first person to show up. This also allows me to be able to quickly toggle notifications for my wife when I’m testing automations with notifications.
alias: Notify People at Home
fields:
title:
description: The title of the notification
example: Laundry
message:
description: The message content
example: Washer Finished!
sequence:
- if:
- condition: state
entity_id: zone.home
state: "0"
then:
- wait_for_trigger:
- platform: numeric_state
entity_id: zone.home
above: "0"
else: []
- parallel:
- if:
- condition: state
entity_id: person.bob
state: home
then:
- service: script.notify_bob
data:
title: "{{ title }}"
message: "{{ message }}"
- if:
- condition: state
entity_id: person.mary
state: home
then:
- service: script.notify_mary
data:
title: "{{ title }}"
message: "{{ message }}"
mode: queued
icon: mdi:exclamation-thick
max: 10
You can create a generic thermostat with a switch and temperature sensor. I do this for my 3D printer enclosure when I needed to keep it warm in my basement with a smart switch and a cheap plug in heater.
https://www.home-assistant.io/integrations/generic_thermostat/
I use a Honeywell Z-Wave thermostat with Home Assistant. All local and I not only do I have schedules based on time of day, but it also adjusts the temperature based on if people are home or not.
I got a smart lock after realizing that we would simply forget to lock the front door sometimes since we typically leave via the garage. It’s connected to Home Assistant and now will lock automatically if no one is home.
Technically, I know that a smart lock is less secure, but in most real world scenarios, knowing that the lock will be locked when we are not home, on top of being notified if it becomes unlocked, I’d argue that it’s more secure now than when I had a dumb lock.
I think using “creators” is fine because it implies someone using their creative abilities instead of people that have creative abilities, which is everyone, whether they think they do or not.
I just find it annoying, not offensive. I never hold it against anyone using it and I can see why it gets used. I personally think using creators instead of creatives just comes across way less pretentious.
Referring to artists as ‘creatives’.
It implies to me that some have the capacity to be creative and some don’t, which is simply ridiculous. It’s also pretentious as fuck.
Like one of the other replies mentioned, when you get closer to retirement, more of the money should get shifted from stocks to more stable but lower return investments like bonds and such that are not affected by a stock market crash. Usually you can set a retirement age in the management portal of your 401k and the management company in charge of your 401k uses it as a guide to move the money into the more stable investments.