Coder Social home page Coder Social logo

Groups.... about my-appdaemon HOT 5 OPEN

renetode avatar renetode commented on August 18, 2024
Groups....

from my-appdaemon.

Comments (5)

ReneTode avatar ReneTode commented on August 18, 2024

it would be possible to look for a list of entity parts.
in that case you need to change the lines:

      if self.args["entity_part"] in entity:
        entitylist.append(entity.lower())

to:

      for entity_part in self.args["entity_part"]:
        if entity_part in entity:
          entitylist.append(entity.lower())

and in yaml use

entity_part:
  - abc
  - cde

the groups created with this app are created by a way that you could call a hack.
so home assistant uses them, but doesnt really give the group all functionality.

it might be possible to change that, but because i dont use this app anymore, i am not updating it anymore and i am not looking into possibilities to expand options.

from my-appdaemon.

MYeager1967 avatar MYeager1967 commented on August 18, 2024

I can understand that. I'm mainly using it to corral the mac addresses together for a stupid chinese phone that randomly assigns itself a new mac address on reboot. The first three digit pairs are the same, so your app was perfect. I'm learning how Appdaemon works at a rapid rate, and I love it! Almost all my automations have been converted over in just a few days. Still have a few that I'm working on, but they are complex automations that span five or six individual automations.

from my-appdaemon.

ReneTode avatar ReneTode commented on August 18, 2024

You know where to find me on discord ;)
i am always ready to help, and if you want to keep using this i can help you adapt it to your wishes

from my-appdaemon.

MYeager1967 avatar MYeager1967 commented on August 18, 2024

I need to figure out Discord. I can see the various discussions. Is there any set place to ask questions for different things? Now that I'm figuring out the power of apps over yaml automation, I'm likely to ask for help after I've screwed it up so bad I can't see straight. If there's a special place I need access to, let me know what information you need to make sure I can see it. Thanks again!!!

from my-appdaemon.

ReneTode avatar ReneTode commented on August 18, 2024

if you go to the appdaemon server on discord you see several channels:
appdaemon: for all questions that are related to writing apps
hadashboard: for all questions about dashboard
deutch: if you want to ask questions in german
nederlands: if you want to ask questions in dutch
the_lounge: for talking about unrelated stuff.

but dont be afraid to make mistakes, if you post in any of the channels ill most likely see it and if its on the wrong place ill point you to where you need to be.

just start talkin there and we will get you to where you want to be ;)

from my-appdaemon.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.