Skip to content
cdevries.dev

Home Assistant and IoT

Jev integration

Ask your house a question and get a number back. Typed answers from TypeSafe Jev as Home Assistant sensors, actions and an Assist agent.

What it does

TypeSafe Jev answers typed questions with probabilities and choices instead of prose. This integration brings those answers into Home Assistant.

  • Answers appear as sensors, so a dashboard or an automation can read them like any other value.
  • Four actions let automations ask questions directly.
  • A conversation agent makes Jev available to Assist.

How it is built

The integration sits on jevclient, an async Python client for Jev that I publish separately. Typed questions go in, and probabilities and choices come out, with no prose to parse.