• ryannathans@aussie.zone
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    3 days ago

    Ran into issues with it conflicting with other routines that control the fish tank pump too

    • Decq@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 days ago

      Not sure how that would conflict with anything… Maybe a schedule? Then just add an override toggle helper that you check in your schedule.

      I feel like you’re trying to use it in your specific way. Instead of using home assistant as intended. Sure that’s a valid criticism for your use cases. But it doesn’t make home assistant objectively terrible imho.

        • Decq@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          3 days ago

          You can either directly disable an automation e.g. automation.turn_off: ... or set/read the state of a helper entity that you use to disable certain functionality in another automation. There are probably more tricks too. Though I try to make my automations as atomic as possible so they don’t need to be connected this way.