I created a custom sentence to get the feels like temp, but it appears that the response is coming from some built-in intent, instead of my new intent. What do I have to do to make this work?
configuration.yaml:
default_config:
cloud:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes/
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
sun:
conversation:
intents:
FeelsLike:
- "Tim give me my feels like temp"
intent_script:
FeelsLike:
speech:
text: "Tim the feels like temp is {{ state_attr('weather.home', 'apparent_temperature') }} degrees F"
Here is the response from debug: