@chris669 wrote:
Just trying to read meteo conditions based on a post I read. I try to read the ID provided there but these doesn’t seems to trigger. Below my code. I say over 4 the weather is bad and I turn on boolean.
Bad approach?- id: '1111175202183' alias: Rain Start description: '' trigger: - entity_id: weather.homecr from: '5' platform: state to: '50' condition: [] action: - data: entity_id: input_boolean.bad_weather service: input_boolean.turn_on
Posts: 4
Participants: 2