OMG so simple i just re install the system after work fine 3 yaer, so all new for me now.
can i ask one more? how can i fix all my Notification?
all show like this.
this is how config, file name automation.yaml with.
- alias: Front door is open
trigger:
- platform: state
entity_id: binary_sensor.door_window_sensor_158d000127ae25
from: 'off'
to: 'on'
action:
- service: notify.hass
data:
message: "Front door open"
- alias: back door is open
trigger:
- platform: state
entity_id: binary_sensor.door_window_sensor_158d00010f9c1b
from: 'off'
to: 'on'
action:
- service: notify.hass
data:
message: "Back door open"
- alias: There is someone is Salon
trigger:
- platform: state
entity_id: binary_sensor.motion_sensor_158d00013e7a62
from: 'off'
to: 'on'
action:
- service: notify.hass
data:
message: "There is someone is Salon"
They probably have different entity ids, than those specified in the entities card. Find them in Developer Tools -> States and update the card with correct ids.