exxamalte/home-assistant-custom-components-nsw-rural-fire-service-fire-danger

error on boot up

Closed this issue · 5 comments

after I worked out the cruddy hacs UI for adding a custom repo, I got this in and working from the deprecated one:

2020-12-17 12:16:00 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for nsw_rural_fire_service_fire_danger which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-12-17 12:16:01 ERROR (MainThread) [homeassistant.components.sensor] The nsw_rural_fire_service_fire_danger platform for the sensor integration does not support platform setup. Please remove it from your config.

I assume that you still have the old YAML configuration in place? This can be removed and you will have to add the integration through the UI. Entities will be created automatically (and will be different from your old ones).

yeah, I have added it through the UI.. what old yaml config do you refer to?

 geo_location:
   - platform: nsw_rural_fire_service_feed
     radius: 50

and all of this?

    fire_danger_level_today:
      friendly_name: "Danger Level Today"
      value_template: "{{ state_attr('sensor.fire_danger_in_greater_sydney_region', 'danger_level_today') }}"
      icon_template: mdi:speedometer

    fire_ban_today:
      friendly_name: "Fire Ban Today"
      value_template: "{{ state_attr('sensor.fire_danger_in_greater_sydney_region', 'fire_ban_today') }}"

# https://github.com/exxamalte/home-assistant-customisations/tree/master/nsw-rural-fire-service-fire-danger
- platform: nsw_rural_fire_service_fire_danger
  district_name: Greater Sydney Region
  ```?
  
  HASS completed disabled HACS as well.

remove and added through ui, sorted. Thanks

geo_location:
  - platform: nsw_rural_fire_service_feed
    radius: 50

This snippet is unrelated to the fire danger integration. It's still required if you want to see bushfires nearby.

yeah, I worked that bit out later.... thanks