I’m using the below code to send notifications to my three tvs. For some reason i get an alert every time i restart HA to configure the second and third tv in the Integration section because it keeps discovering new devices. When I input the correct IP it says the “device is already configured”. Why does it keep asking me to reconfigure the same entities every time? Below is the code in my configurations.yaml file. Thanks all!
notify:
- platform: nfandroidtv
name: Notif_FrontOfficeTV
host: 192.168.xx.xx
- platform: nfandroidtv
name: Notif_LivRoomTV
host: 192.168.xx.xx
- platform: nfandroidtv
name: Notif_MastBedTV
host: 192.168.xx.xx

