bacco007 / sensor.opennem

OpenNEM Sensor for Home Assistant
MIT License
12 stars 6 forks source link

multiple Warnings in 2021.12.0 #3

Closed DavidFW1960 closed 2 years ago

DavidFW1960 commented 2 years ago

Version of the custom_component

Configuration

# OpenNEM (National Energy Market)
sensor:
  - platform: opennem
    region: nsw1
    monitored_conditions:
      - battery_charging
      - battery_discharging
      - biomass
      - coal_black
      - coal_brown
      - exports
      - demand
      - distillate
      - fossilfuel
      - renewables
      - gas_ccgt
      - gas_ocgt
      - gas_recip
      - gas_steam
      - generation
      - hydro
      - imports
      - price
      - pumps
      - solar_rooftop
      - solar_utility
      - temperature
      - wind

Describe the bug

2021.12.0 shows warnings in logs.

Debug log


2021-12-07 12:11:21 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.opennem_nsw1_battery_charging (<class 'custom_components.opennem.sensor.OpenNEMSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-07 12:11:21 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.opennem_nsw1_battery_discharging (<class 'custom_components.opennem.sensor.OpenNEMSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-07 12:11:21 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.opennem_nsw1_biomass (<class 'custom_components.opennem.sensor.OpenNEMSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-07 12:11:21 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.opennem_nsw1_black_coal (<class 'custom_components.opennem.sensor.OpenNEMSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-07 12:11:21 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.opennem_nsw1_brown_coal (<class 'custom_components.opennem.sensor.OpenNEMSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-07 12:11:21 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.opennem_nsw1_exported_power (<class 'custom_components.opennem.sensor.OpenNEMSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-07 12:11:21 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.opennem_nsw1_electricity_demand (<class 'custom_components.opennem.sensor.OpenNEMSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-07 12:11:21 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.opennem_nsw1_distillate (<class 'custom_components.opennem.sensor.OpenNEMSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-07 12:11:21 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.opennem_nsw1_gen_from_fossil_fuels (<class 'custom_components.opennem.sensor.OpenNEMSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-07 12:11:21 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.opennem_nsw1_gen_from_renewables (<class 'custom_components.opennem.sensor.OpenNEMSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-07 12:11:21 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.opennem_nsw1_gas_ccgt (<class 'custom_components.opennem.sensor.OpenNEMSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-07 12:11:21 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.opennem_nsw1_gas_ocgt (<class 'custom_components.opennem.sensor.OpenNEMSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-07 12:11:21 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.opennem_nsw1_gas_recip (<class 'custom_components.opennem.sensor.OpenNEMSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-07 12:11:21 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.opennem_nsw1_gas_steam (<class 'custom_components.opennem.sensor.OpenNEMSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-07 12:11:21 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.opennem_nsw1_electricity_generation (<class 'custom_components.opennem.sensor.OpenNEMSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-07 12:11:21 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.opennem_nsw1_hydro (<class 'custom_components.opennem.sensor.OpenNEMSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-07 12:11:21 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.opennem_nsw1_imported_power (<class 'custom_components.opennem.sensor.OpenNEMSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-07 12:11:21 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.opennem_nsw1_current_price (<class 'custom_components.opennem.sensor.OpenNEMSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-07 12:11:21 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.opennem_nsw1_pumps (<class 'custom_components.opennem.sensor.OpenNEMSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-07 12:11:21 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.opennem_nsw1_solar_rooftop (<class 'custom_components.opennem.sensor.OpenNEMSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-07 12:11:21 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.opennem_nsw1_solar_utility (<class 'custom_components.opennem.sensor.OpenNEMSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-07 12:11:21 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.opennem_nsw1_temperature (<class 'custom_components.opennem.sensor.OpenNEMSensor'>) implements device_state_attributes. Please report it to the custom component author.
2021-12-07 12:11:21 WARNING (MainThread) [homeassistant.helpers.entity] Entity sensor.opennem_nsw1_wind (<class 'custom_components.opennem.sensor.OpenNEMSensor'>) implements device_state_attributes. Please report it to the custom component author.