• 0 Posts
  • 63 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle


  • I cant test this, but should it be something like:

    # Example button configuration
    button:
      - platform: template
        name: Livingroom Lazy Mood 1
        id: my_button
    
        # Optional variables:
        icon: "mdi:emoticon-outline"
        on_press:
          - logger.log: "Button 1 pressed"
      - platform: template
        name: Livingroom Lazy Mood 2
        id: my_button2
    
        # Optional variables:
        icon: "mdi:emoticon-outline"
        on_press:
          - logger.log: "Button 2 pressed"
    

    As for the other thing, that might be something you need to write your own driver for? if you need some inspiration, this repo has a driver for mitsubishi heatpumps, which does something similar (read/write to a uart): https://github.com/echavet/MitsubishiCN105ESPHome



  • Communication platforms are going to be abused by organised crime, pedofiles and all kinds of unsavoury people. KYC rules mean that if a platform finds that kind of content, they can report it to the appropriate authorities.

    I dont know whether its by a law, or something else, but even if you self host its a good idea to know who your users are and what they are doing.










  • You’ve come full circle. Of course there are hosting providers everywhere, but there are no guarentees that they will still exist in the future. And if your not selfhosting, then you have to pay someone to host it for you, whereas Discord and Github are free.

    And a small subsection of the “dont use discord” crowd are equally against using Github for many of the same reasons.

    To be clear, I am completely okay with Discord, Github etc for foss projects.