Nest Automation Not Going As Planned

Hello,

I am having some issues configuring a Nest Automation. I want to run my AC at 8 PM, Mon-Thurs at 68 degrees.

My Nest is typically on Away mode, which will set eco mode automatically when away mode is engaged. The following script is what I was using and it wasn’t working.

Do you have any basic examples I could configure to meet my needs?

Thanks!

  • alias: Nest Daily Air Condition
    initial_state: true
    trigger:
    • platform: time
      at: ‘20:00:00’
      condition:
      condition: time
      weekday:
      • mon
      • tue
      • wed
      • thu
        action:
    • service: climate.set_away_mode
      data:
      away_mode: ‘false’
    • service: climate.set_temperature
      data:
      entity_id: climate.upstairs
      operation_mode: cool
      temperature: 68

Please format your post properly.

- alias: My Automation
  trigger:
    - platform: time
      at: '10:00:00'
  action:
    - service: light.turn_on
      data:
        entity_id: light.livingroom