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:
epenet 2024-09-13 12:43:37 +02:00 committed by GitHub
parent 3eaa005c7e
commit 88cacbc898
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 27 additions and 22 deletions

View file

@ -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,