Jev for Home Assistant¶
Ask your house a typed question and get a number back.
TypeSafe Jev is a decision model rather than a chat model. You hand it a question and a fixed set of answers, and it returns a probability over them. Nothing is generated, so there is nothing to parse and nothing to invent.
This integration puts that in three places in Home Assistant.
-
Questions become entities
A question you write becomes a sensor. Add a threshold and it becomes a binary sensor you can trigger on.
-
Four actions for automations
jev.noul,jev.choice,jev.scoreandjev.ask, each returning the answer as a response variable. -
A conversation agent
Point Assist at Jev. One request per sentence, mapped onto Home Assistant's own intents, with a confidence the router can refuse to act on.
-
It says what it spends
Calls, input tokens and estimated cost as entities, plus a daily budget that stops evaluation when it trips.
Is this for you?¶
It fits when the answer is a judgment about a small, fixed set of outcomes, and you want a number you can branch on.
- Is the laundry finished but still sitting in the machine?
- Is the person at the door a delivery, a visitor or a cold caller?
- How urgently does this need somebody?
It does not fit when you need prose, arithmetic, or a decision that carries consequences. Jev makes a judgment and does not calculate, and its answers carry no reasoning you can audit. See Limitations before you wire it to anything that matters.
Not affiliated¶
This is an unofficial integration. The API client is jevclient, published separately.