You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How long will the battery last will work yet when I swap the intent around:
# Created by Danny Tsang <[email protected]>
language: "en"
intents:
abc:
data:
- sentences:
- "How long will the battery last"
getBatteryLevel:
data:
- sentences:
- "[How much] battery [is] left"
intent_script:
abc:
speech:
text: "Test"
getBatteryLevel:
speech:
text: "{{ states('sensor.growatt_sph_battery_state_of_charge', with_unit=True) }}"
and asking assist How long will the battery last it will not work. I tried separating each intent and intent_script to a separate file, intent name and still cannot get it to work.
Add Home Assistant Assist for solar related information and actions. Some already exists so these are new ideas.
The text was updated successfully, but these errors were encountered: