awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesAutomation Execution Modes

Configurable concurrency strategies for handling multiple simultaneous automation triggers.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Automation Execution Modes. Refine with filters or upvote what's useful.

Awesome Automation Execution Modes GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • home-assistant/corehome-assistant का अवतार

    home-assistant/core

    87,753GitHub पर देखें↗

    Home Assistant is a centralized home automation platform designed to orchestrate diverse internet-connected devices and services. It functions as a local-first control system that normalizes heterogeneous hardware protocols into a unified set of entities, attributes, and services. The core architecture relies on an event-driven state bus and a modular integration model, allowing the system to manage state changes and communicate across decoupled components through standardized interfaces. The platform distinguishes itself through a highly flexible, declarative configuration framework that all

    Manages concurrency through configurable strategies like single-instance locking, queuing, or parallel execution for simultaneous triggers.

    Pythonasynciohacktoberfesthome-automation
    GitHub पर देखें↗87,753
  • mobile-dev-inc/maestromobile-dev-inc का अवतार

    mobile-dev-inc/Maestro

    10,788GitHub पर देखें↗

    Maestro is a declarative mobile and web UI automation framework designed for end-to-end testing. It operates by querying the native accessibility tree of an application, allowing for black-box testing without requiring source code instrumentation or platform-specific dependencies. The framework distinguishes itself through a unified command syntax that abstracts interactions across Android, iOS, and web environments. It features a dynamic synchronization engine that automatically pauses test execution to account for non-deterministic animations and network-dependent content loading, ensuring

    Toggles hardware-level device states such as network connectivity and notifications during automated test runs.

    Kotlinandroidblackbox-testingios
    GitHub पर देखें↗10,788
  • home-assistant/home-assistant.iohome-assistant का अवतार

    home-assistant/home-assistant.io

    9,466GitHub पर देखें↗

    Home Assistant is a local home automation platform and server that acts as an IoT device orchestrator. It integrates diverse smart home hardware by wrapping third-party APIs into a standardized logic layer and stores all system state and historical statistics on local hardware to eliminate cloud dependencies. The system functions as a Matter IoT controller and an MQTT home automation bridge, allowing for local interoperability between different manufacturers. It features a state-based entity model and an internal event bus that decouple physical device logic from system automation. The platf

    Evaluates conditional requirements after a trigger occurs to block actions if specific criteria are not met.

    HTMLdocumentationhacktoberfesthass
    GitHub पर देखें↗9,466
  • project-chip/connectedhomeipproject-chip का अवतार

    project-chip/connectedhomeip

    8,586GitHub पर देखें↗

    This project is an open-source software development kit and framework for implementing the Matter smart home standard. It provides a universal IPv6-based application layer and a cluster-based data model to ensure interoperability between diverse smart home devices and controllers. The system is distinguished by its multi-transport network abstraction, which maps Bluetooth LE, Thread, and Wi-Fi implementations to a common layer. It includes specialized tooling for secure device commissioning via QR codes and NFC, as well as a comprehensive over-the-air firmware update system for distributing s

    Provides controls for toggling binary on/off states for simple hardware device functions.

    C++build-with-matterchipconnected-devices
    GitHub पर देखें↗8,586
  1. Home
  2. DevOps & Infrastructure
  3. Automation Orchestration
  4. Task Execution Frameworks
  5. Execution Flow Controls
  6. Automation Execution Modes

सब-टैग एक्सप्लोर करें

  • Device State TogglesControls for switching hardware-level device states like airplane mode during test execution. **Distinct from Automation Execution Modes:** Distinct from general automation modes: focuses on hardware-level state toggling rather than concurrency strategies.
  • Execution FiltersConditional requirements that block automation actions from proceeding after a trigger has fired. **Distinct from Automation Execution Modes:** Distinct from Automation Execution Modes: focuses on conditional filtering of execution rather than concurrency strategies.
  • Hardware State ModificationTools for modifying the internal values of registers and memory in emulated hardware. **Distinct from Device State Toggles:** Focuses on active modification of memory and registers for debugging, whereas toggles refer to switching specific binary modes.