Car Wash Binary Sensor

Then by putting the it into a automation

turn the pouch light Blue when its on.

or

- id: 'Tell me when I can Clear the Car'
  alias: Tell me when I can Clear the Car
  trigger:
  - entity_id: binary_sensor.car_wash
    platform: state
    from: off
    to:on
  action:
  - data_template:
      title: "Home Assistant"
      message: "You Should Plan to clean the car."
    service: notify.stephan_phone

un test wrote off top of head

1 Like