configuration.yaml contains duplicate key "ios". Check lines 30 and 50.
In my configuration, I have:
ios: !include push_ios.yaml for push notifications
and
ios: for manually loading the component.
As far as I understand, I need both of these but HomeAssistant does not like it.
Can I just ignore this warning or is there a better way? I could place the contents of push_ios.yaml inside the configuration file but prefer to keep things separate.