Expose component constants for llm helper (#125891)
* Expose climate INTENT_GET_TEMPERATURE * Expose conversation trace items * More fixes for llm helper
This commit is contained in:
parent
3eaa005c7e
commit
88cacbc898
12 changed files with 27 additions and 22 deletions
|
@ -49,6 +49,8 @@ ATTR_WEATHER_UV_INDEX = "uv_index"
|
|||
|
||||
DOMAIN: Final = "weather"
|
||||
|
||||
INTENT_GET_WEATHER = "HassGetWeather"
|
||||
|
||||
VALID_UNITS_PRESSURE: set[str] = {
|
||||
UnitOfPressure.HPA,
|
||||
UnitOfPressure.MBAR,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue