@rlongfield wrote:
I am getting this warning in my HA logs
The weblink integration has been deprecated and is pending for removal in Home Assistant 0.107.0. Please use this instead: https://www.home-assistant.io/lovelace/entities/#weblink
But when I go to that url I see the recommended format is:
type: entities
title: Entities card sample
show_header_toggle: true
entities:
- type: weblink
name: Home Assistant
url: https://www.home-assistant.io/
icon: mdi:home-assistantAnd this is what is in my ui-lovelace.yaml file:
type: entities
entities:
- type: weblink
name: Weather Alert
icon: mdi:weather-lightning-rainy
url: https://weather.gc.ca/warnings/report_e.htmlIs this a mistake?
Posts: 2
Participants: 2