• 4 Posts
  • 106 Comments
Joined 1 year ago
cake
Cake day: April 24th, 2023

help-circle

  • How I keep that sort of thing in a single automation is by using trigger IDs and a service call with a template for said trigger id.

    Something like this:

    alias: Hallway Motion Light
    description: ""
    trigger:
      - platform: state
        entity_id:
          - binary_sensor.hallway_motion_occupancy
        to: "on"
        id: "on"
      - platform: state
        entity_id:
          - binary_sensor.hallway_motion_occupancy
        to: "off"
        id: "off"
        for:
          hours: 0
          minutes: 1
          seconds: 0
    condition: []
    action:
      - service: light.turn_{{ trigger.id }}
        data:
          transition: 3
        target:
          entity_id: light.hallway_light_2_2
    mode: single
    
    





  • Let’s not forget that one of the of the core developers is a fascist and Jack gave them 14BTC:

    That anonymous Brazilian is Giovanni Torres Parra, a developer who has also built at least two webpages devoted to disseminating the work of the far-right conspiracy theorist Olavo de Carvalho. Before he died in 2022 after contracting COVID-19, de Carvalho — known as Olavo — praised Brazil’s military dictatorship, claimed that Pepsi-Cola was flavored with stem cells of aborted fetuses, preached that tolerance for homosexuality was “incompatible” with democracy, and had an office in Virginia decorated with portraits of Confederate generals.





    • Terminal: termux is the best, just don’t use the google play version, it’s outdated. Just use the fdroid version.
    • EBook Reader: I’ve used most of them, I really like KOReader for it’s built in calibre functionality.
    • file sync: syncthing full stop.
    • file sharing: Warpinator if its your own machines, otherwise go to pairdrop.net
    • IDE: Acode on fdroid is probably the best mobile-optimized one I’ve tried.
    • Backup: Titanium Backup is probably still the best option for backing up appdata.

    Hope this helps!