home-assistant

Rendered from Markdown into styled HTML. Code blocks, tables, and links stay readable and theme-consistent.

On This Page

Exported APIEnvironment Variables ReferencedNotable Internal Symbols

home-assistant

  • Source file: src/home-assistant.ts
  • Lines: 138
  • Responsibility: Typed Home Assistant HTTP adapter for states/services/calendar APIs.

Exported API

export interface HAEntity {
export interface CalendarEvent {
export class HomeAssistantAdapter {

Environment Variables Referenced

None in this module.

Notable Internal Symbols

function normalizeCalendarDate(value: unknown): string {
function ensureTrailingSlashless(value: string): string {