OCNORA

Home Assistant

Business appsBearer tokencredential probe

Read and drive a Home Assistant instance: states, services, events, configuration, templates, history and calendars.

OCNORA ships 18 typed Home Assistant operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.

Operations 18

  • Call Service
    Run a Home Assistant service, optionally against named entities.
    home_assistant.call_service
  • Check Config
    Ask Home Assistant to validate configuration.yaml and report errors.
    home_assistant.check_config
  • Delete State
    Remove an entity from the state machine.
    home_assistant.delete_state
  • Fire Event
    Fire an event on the Home Assistant event bus.
    home_assistant.fire_event
  • Get Calendar Events
    Read the events of one calendar entity between two timestamps.
    home_assistant.get_calendar_events
  • Get Config
    Read the instance's configuration: version, location, units and more.
    home_assistant.get_config
  • Get History
    Read the state changes of named entities over a period.
    home_assistant.get_history
  • Get Logbook
    Read logbook entries over a period, optionally for one entity.
    home_assistant.get_logbook
  • Get State
    Read one entity's current state and attributes.
    home_assistant.get_state
  • Handle Intent
    Send a named intent with its slots to Home Assistant's intent handler.
    home_assistant.handle_intent
  • List Calendars
    List the calendar entities the instance exposes.
    home_assistant.list_calendars
  • List Components
    List the integrations currently loaded by the instance.
    home_assistant.list_components
  • List Events
    List the event types that currently have a listener.
    home_assistant.list_events
  • List Services
    List the services each domain offers, with their fields.
    home_assistant.list_services
  • List States
    List every entity currently in the state machine with its state.
    home_assistant.list_states
  • Render Template
    Render a Home Assistant Jinja2 template against the live state machine.
    home_assistant.render_template
  • Search States
    Find entities by domain, name fragment or exact state, from one snapshot of the state machine.
    home_assistant.search_states
  • Set State
    Write a state and attributes into the state machine for an entity.
    home_assistant.set_state

Run your first Home Assistant workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.