Giter Site home page Giter Site logo

youdroid / home-assistant-sickchill Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 3.0 48 KB

๐ŸŽฅ SickChill component to feed Upcoming Media Card.

Python 100.00%
homeassistant homeassistant-components homeassistant-sensor customcomponents sickchill python

home-assistant-sickchill's Introduction

Validate with hassfest Validate hacs_badge GitHub tag (latest by date) GitHub commit activity GitHub maintainer

SickChill Wanted Tv Shows

Home Assistant component to feed Upcoming Media Card with SickChill's wanted media.

Installation

  1. Install this component by copying these files to custom_components/sickchill/.
  2. Install the card: Upcoming Media Card
  3. Add the code to your configuration.yaml using the config options below.
  4. Add the card code to your ui-lovelace.yaml.
  5. You will need to restart after installation for the component to start working.

Options

Key Default Required Description
token yes Your SickChill token (Config > General > Interface > API Key > Generate)
name sickchill no Name of the sensor.
host localhost no The host which SickChill is running on.
port 8081 no The port which SickChill is running on.
protocol http no The HTTP protocol used by SickChill.
sort name no Parameter to sort TV Shows [date, name]
webroot no WebRoot parameter if you change it in config.ini (Syntax : /newWebRoot)
json true no Return format of this integration (json or not)

โš ๏ธ Caution

By default this addon automatically downloads images (poster and fanart) from SickChill to your /www/custom-lovelace/sickchill/ directory. If you change the sensor's name, the directory will changes name too. (Example : /www/custom-lovelace/[SENSOR NAME]/)
The directory is automatically created. When your show is over all posters and fanarts are removed automatically from the directory.
I made this choice because if I pick up images directly from Sickchill which use http protocol and no https (my situation and may be many others), web browser redirect http flux to https and it can't works correctly. So I decided to dowload them.
๐Ÿ™ Currently I did'nt try on all operating systems and unfortunately, this function may not work on all systems.


Exemples

Example for minimal config needed in configuration.yaml:

    sensor:
    - platform: sickchill
      token: YOUR_SICKCHILL_TOKEN

Example for ui-lovelace.yaml:

    - type: custom:upcoming-media-card
      entity: sensor.sickchill
      title: TV Shows Wanted

home-assistant-sickchill's People

Contributors

youdroid avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

wubin2 tothek

home-assistant-sickchill's Issues

Update for sensor.medusa fails: KeyError: '81'

I'm using this addon with Medusa which has the same API as Sickchill, however, one TV show is crashing the sensor.

According to the log it's this one causing the issue, but I'm not sure yet why:
https://thetvdb.com/series/disney-animated-shorts
?indexername=tvdb&seriesid=78988

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 278, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 471, in async_device_update
    await self.hass.async_add_executor_job(self.update)  # type: ignore
  File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/config/custom_components/sickchill/sensor.py", line 122, in update
    last_season = all_season_show['data'][str(nb_seasons)]
KeyError: '81'

Edit: Seems to me that the sensor does't handle dates/years as season numbering.
Since your doing a len() it's counting instead to 81 instead of using '2003' or whatever is the 81'st season.

a show not visable

Hi,
I have a Medusa installation and see the right info in HA.
But somehow one dutch show is somehow not taken into account in the list. And is invisable.
I Don't know exactly how to troubleshoot it.
Any idea how to verify it?
Overall it looks quite good...
Thanks for any troubleshooting info.

Corrrupt cache: Images are downloaded even on 404 errors

Seems like if not img_data.status_code.__eq__("200"): does not work as intended for me. I see that also images that results in a 404 error are still cached as broken images. My server respons like this for some reason:

Traceback (most recent call last):
tornado.web.HTTPError: HTTP 404: Not Found

image

img_data.status_code.__eq__("200") returns true even though img_data.status_code is 404.
Changing to int and not string seems to fix it:

not img_data.status_code.__eq__(200):

Update taking over 10 seconds

All day long...

2020-09-04 20:34:17 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:42:17 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:42:47 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:43:17 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:43:47 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:44:17 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:44:47 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:45:17 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:46:17 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:46:47 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:47:17 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:47:47 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:48:17 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:48:47 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:49:17 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:51:47 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:54:47 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:55:17 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:55:47 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:56:17 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:56:47 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:57:17 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:57:47 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:58:17 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:58:47 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:59:17 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 20:59:47 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds
2020-09-04 21:00:17 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.sickchill is taking over 10 seconds

Verified IP/port/api, UI works fine.

Wrong formating on netflix shows that releases all episodes on same day.

Hi

Here is some example data.
{ "airdate": "2020-06-27", "release": "$day, $date $time", "title": "Dark", "poster": "/local/custom-lovelace/Wanted series/images/334824-poster.jpg", "fanart": "/local/custom-lovelace/Wanted series/images/334824-fanart.jpg", "studio": "Netflix", "episode": "", "number": "S03E0103E0203E0303E0403E0503E0603E0703E08" },

Update for sensor.sickchill fails

sensor keeps failing with following error

Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 279, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 472, in async_device_update
await self.hass.async_add_executor_job(self.update)
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/sickchill/sensor.py", line 102, in update
last_season = all_season_show['data'][str(nb_seasons)]
KeyError: '0'

Config looks like:
sensor:

  • platform: sickchill
    name: Wanted series
    host: !secret synology_ip
    token: !secret sc_token
    port: 8899
    protocol: 'http'

Remove json.dumps() for improve readability and compatibility with attributes['data']

I noticed that the attributes are stored as a json string which isn't the same as the plex_recently_added. Instead I would recommend to store them as is by chaning:

attributes['data'] = json.dumps(card_json)
to:
attributes['data'] = card_json

After the change:
image

There are two advantages as far as I can tell...

  1. Increased readability
  2. Compatible with other cards such as flex-table-card which I use instead of the upcoming-media-card

deprecated constant which will be removed in HA Core 2025.1

Doing a debug on my system today and came across this

So letting you know, hopefully there will be a fix for it soon
Thanks

2024-08-31 14:16:57.918 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_AQI was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.AQI instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:57.927 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_BATTERY was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.BATTERY instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:57.935 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_CO was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.CO instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:57.943 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_CO2 was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.CO2 instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:57.948 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_CURRENT was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.CURRENT instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:57.953 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_DATE was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.DATE instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:57.957 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_ENERGY was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.ENERGY instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:57.963 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_FREQUENCY was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.FREQUENCY instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:57.967 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_GAS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.GAS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:57.970 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_HUMIDITY was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.HUMIDITY instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:57.974 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_ILLUMINANCE was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.ILLUMINANCE instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:57.978 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_MONETARY was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.MONETARY instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:57.981 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_NITROGEN_DIOXIDE was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.NITROGEN_DIOXIDE instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:57.985 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_NITROGEN_MONOXIDE was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.NITROGEN_MONOXIDE instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:57.989 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_NITROUS_OXIDE was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.NITROUS_OXIDE instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:57.992 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_OZONE was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.OZONE instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.007 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_PM1 was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.PM1 instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.014 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_PM10 was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.PM10 instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.024 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_PM25 was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.PM25 instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.032 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_POWER_FACTOR was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.POWER_FACTOR instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.045 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_POWER was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.POWER instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.051 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_PRESSURE was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.PRESSURE instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.056 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_SIGNAL_STRENGTH was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.SIGNAL_STRENGTH instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.066 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_SULPHUR_DIOXIDE was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.SULPHUR_DIOXIDE instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.072 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_TEMPERATURE was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.TEMPERATURE instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.080 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_TIMESTAMP was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.TIMESTAMP instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.085 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_VOLATILE_ORGANIC_COMPOUNDS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.VOLATILE_ORGANIC_COMPOUNDS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.089 WARNING (ImportExecutor_0) [homeassistant.const] DEVICE_CLASS_VOLTAGE was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorDeviceClass.VOLTAGE instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.095 WARNING (ImportExecutor_0) [homeassistant.const] POWER_VOLT_AMPERE was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfApparentPower.VOLT_AMPERE instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.100 WARNING (ImportExecutor_0) [homeassistant.const] POWER_WATT was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPower.WATT instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.105 WARNING (ImportExecutor_0) [homeassistant.const] POWER_KILO_WATT was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPower.KILO_WATT instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.109 WARNING (ImportExecutor_0) [homeassistant.const] POWER_BTU_PER_HOUR was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPower.BTU_PER_HOUR instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.113 WARNING (ImportExecutor_0) [homeassistant.const] ENERGY_KILO_WATT_HOUR was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfEnergy.KILO_WATT_HOUR instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.116 WARNING (ImportExecutor_0) [homeassistant.const] ENERGY_MEGA_WATT_HOUR was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfEnergy.MEGA_WATT_HOUR instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.120 WARNING (ImportExecutor_0) [homeassistant.const] ENERGY_WATT_HOUR was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfEnergy.WATT_HOUR instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.123 WARNING (ImportExecutor_0) [homeassistant.const] ELECTRIC_CURRENT_MILLIAMPERE was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfElectricCurrent.MILLIAMPERE instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.127 WARNING (ImportExecutor_0) [homeassistant.const] ELECTRIC_CURRENT_AMPERE was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfElectricCurrent.AMPERE instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.130 WARNING (ImportExecutor_0) [homeassistant.const] ELECTRIC_POTENTIAL_MILLIVOLT was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfElectricPotential.MILLIVOLT instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.133 WARNING (ImportExecutor_0) [homeassistant.const] ELECTRIC_POTENTIAL_VOLT was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfElectricPotential.VOLT instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.136 WARNING (ImportExecutor_0) [homeassistant.const] TEMP_CELSIUS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.139 WARNING (ImportExecutor_0) [homeassistant.const] TEMP_FAHRENHEIT was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.FAHRENHEIT instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.142 WARNING (ImportExecutor_0) [homeassistant.const] TEMP_KELVIN was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.KELVIN instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.146 WARNING (ImportExecutor_0) [homeassistant.const] TIME_MICROSECONDS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTime.MICROSECONDS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.149 WARNING (ImportExecutor_0) [homeassistant.const] TIME_MILLISECONDS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTime.MILLISECONDS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.152 WARNING (ImportExecutor_0) [homeassistant.const] TIME_SECONDS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTime.SECONDS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.155 WARNING (ImportExecutor_0) [homeassistant.const] TIME_MINUTES was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTime.MINUTES instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.159 WARNING (ImportExecutor_0) [homeassistant.const] TIME_HOURS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTime.HOURS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.162 WARNING (ImportExecutor_0) [homeassistant.const] TIME_DAYS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTime.DAYS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.165 WARNING (ImportExecutor_0) [homeassistant.const] TIME_WEEKS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTime.WEEKS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.168 WARNING (ImportExecutor_0) [homeassistant.const] TIME_MONTHS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTime.MONTHS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.171 WARNING (ImportExecutor_0) [homeassistant.const] TIME_YEARS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTime.YEARS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.175 WARNING (ImportExecutor_0) [homeassistant.const] LENGTH_MILLIMETERS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.MILLIMETERS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.178 WARNING (ImportExecutor_0) [homeassistant.const] LENGTH_CENTIMETERS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.CENTIMETERS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.181 WARNING (ImportExecutor_0) [homeassistant.const] LENGTH_METERS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.METERS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.185 WARNING (ImportExecutor_0) [homeassistant.const] LENGTH_KILOMETERS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.KILOMETERS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.187 WARNING (ImportExecutor_0) [homeassistant.const] LENGTH_INCHES was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.INCHES instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.191 WARNING (ImportExecutor_0) [homeassistant.const] LENGTH_FEET was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.FEET instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.194 WARNING (ImportExecutor_0) [homeassistant.const] LENGTH_YARD was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.YARDS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.197 WARNING (ImportExecutor_0) [homeassistant.const] LENGTH_MILES was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfLength.MILES instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.201 WARNING (ImportExecutor_0) [homeassistant.const] FREQUENCY_HERTZ was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfFrequency.HERTZ instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.204 WARNING (ImportExecutor_0) [homeassistant.const] FREQUENCY_KILOHERTZ was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfFrequency.KILOHERTZ instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.207 WARNING (ImportExecutor_0) [homeassistant.const] FREQUENCY_MEGAHERTZ was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfFrequency.MEGAHERTZ instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.210 WARNING (ImportExecutor_0) [homeassistant.const] FREQUENCY_GIGAHERTZ was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfFrequency.GIGAHERTZ instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.213 WARNING (ImportExecutor_0) [homeassistant.const] PRESSURE_PA was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPressure.PA instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.216 WARNING (ImportExecutor_0) [homeassistant.const] PRESSURE_HPA was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPressure.HPA instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.219 WARNING (ImportExecutor_0) [homeassistant.const] PRESSURE_KPA was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPressure.KPA instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.223 WARNING (ImportExecutor_0) [homeassistant.const] PRESSURE_BAR was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPressure.BAR instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.226 WARNING (ImportExecutor_0) [homeassistant.const] PRESSURE_CBAR was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPressure.CBAR instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.229 WARNING (ImportExecutor_0) [homeassistant.const] PRESSURE_MBAR was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPressure.MBAR instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.232 WARNING (ImportExecutor_0) [homeassistant.const] PRESSURE_MMHG was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPressure.MMHG instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.235 WARNING (ImportExecutor_0) [homeassistant.const] PRESSURE_INHG was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPressure.INHG instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.239 WARNING (ImportExecutor_0) [homeassistant.const] PRESSURE_PSI was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPressure.PSI instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.241 WARNING (ImportExecutor_0) [homeassistant.const] SOUND_PRESSURE_DB was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfSoundPressure.DECIBEL instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.245 WARNING (ImportExecutor_0) [homeassistant.const] SOUND_PRESSURE_WEIGHTED_DBA was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfSoundPressure.WEIGHTED_DECIBEL_A instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.249 WARNING (ImportExecutor_0) [homeassistant.const] VOLUME_LITERS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolume.LITERS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.252 WARNING (ImportExecutor_0) [homeassistant.const] VOLUME_MILLILITERS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolume.MILLILITERS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.257 WARNING (ImportExecutor_0) [homeassistant.const] VOLUME_CUBIC_METERS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolume.CUBIC_METERS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.261 WARNING (ImportExecutor_0) [homeassistant.const] VOLUME_CUBIC_FEET was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolume.CUBIC_FEET instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.264 WARNING (ImportExecutor_0) [homeassistant.const] VOLUME_GALLONS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolume.GALLONS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.269 WARNING (ImportExecutor_0) [homeassistant.const] VOLUME_FLUID_OUNCE was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolume.FLUID_OUNCES instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.274 WARNING (ImportExecutor_0) [homeassistant.const] VOLUME_FLOW_RATE_CUBIC_METERS_PER_HOUR was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolumeFlowRate.CUBIC_METERS_PER_HOUR instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.279 WARNING (ImportExecutor_0) [homeassistant.const] VOLUME_FLOW_RATE_CUBIC_FEET_PER_MINUTE was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolumeFlowRate.CUBIC_FEET_PER_MINUTE instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.283 WARNING (ImportExecutor_0) [homeassistant.const] MASS_GRAMS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfMass.GRAMS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.289 WARNING (ImportExecutor_0) [homeassistant.const] MASS_KILOGRAMS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfMass.KILOGRAMS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.294 WARNING (ImportExecutor_0) [homeassistant.const] MASS_MILLIGRAMS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfMass.MILLIGRAMS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.298 WARNING (ImportExecutor_0) [homeassistant.const] MASS_MICROGRAMS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfMass.MICROGRAMS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.302 WARNING (ImportExecutor_0) [homeassistant.const] MASS_OUNCES was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfMass.OUNCES instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.306 WARNING (ImportExecutor_0) [homeassistant.const] MASS_POUNDS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfMass.POUNDS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.309 WARNING (ImportExecutor_0) [homeassistant.const] CONDUCTIVITY was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.6. Use UnitOfConductivity.MICROSIEMENS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.313 WARNING (ImportExecutor_0) [homeassistant.const] IRRADIATION_WATTS_PER_SQUARE_METER was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfIrradiance.WATTS_PER_SQUARE_METER instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.316 WARNING (ImportExecutor_0) [homeassistant.const] IRRADIATION_BTUS_PER_HOUR_SQUARE_FOOT was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfIrradiance.BTUS_PER_HOUR_SQUARE_FOOT instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.319 WARNING (ImportExecutor_0) [homeassistant.const] PRECIPITATION_INCHES was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPrecipitationDepth.INCHES instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.325 WARNING (ImportExecutor_0) [homeassistant.const] PRECIPITATION_MILLIMETERS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPrecipitationDepth.MILLIMETERS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.328 WARNING (ImportExecutor_0) [homeassistant.const] PRECIPITATION_MILLIMETERS_PER_HOUR was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolumetricFlux.MILLIMETERS_PER_HOUR instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.332 WARNING (ImportExecutor_0) [homeassistant.const] PRECIPITATION_INCHES_PER_HOUR was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolumetricFlux.INCHES_PER_HOUR instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.335 WARNING (ImportExecutor_0) [homeassistant.const] SPEED_FEET_PER_SECOND was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfSpeed.FEET_PER_SECOND instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.339 WARNING (ImportExecutor_0) [homeassistant.const] SPEED_METERS_PER_SECOND was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfSpeed.METERS_PER_SECOND instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.342 WARNING (ImportExecutor_0) [homeassistant.const] SPEED_KILOMETERS_PER_HOUR was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfSpeed.KILOMETERS_PER_HOUR instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.346 WARNING (ImportExecutor_0) [homeassistant.const] SPEED_KNOTS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfSpeed.KNOTS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.349 WARNING (ImportExecutor_0) [homeassistant.const] SPEED_MILES_PER_HOUR was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfSpeed.MILES_PER_HOUR instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.353 WARNING (ImportExecutor_0) [homeassistant.const] SPEED_MILLIMETERS_PER_DAY was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolumetricFlux.MILLIMETERS_PER_DAY instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.357 WARNING (ImportExecutor_0) [homeassistant.const] SPEED_INCHES_PER_DAY was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolumetricFlux.INCHES_PER_DAY instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.360 WARNING (ImportExecutor_0) [homeassistant.const] SPEED_INCHES_PER_HOUR was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfVolumetricFlux.INCHES_PER_HOUR instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.364 WARNING (ImportExecutor_0) [homeassistant.const] DATA_BITS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.BITS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.367 WARNING (ImportExecutor_0) [homeassistant.const] DATA_KILOBITS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.KILOBITS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.371 WARNING (ImportExecutor_0) [homeassistant.const] DATA_MEGABITS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.MEGABITS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.374 WARNING (ImportExecutor_0) [homeassistant.const] DATA_GIGABITS was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.GIGABITS instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.378 WARNING (ImportExecutor_0) [homeassistant.const] DATA_BYTES was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.BYTES instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.382 WARNING (ImportExecutor_0) [homeassistant.const] DATA_KILOBYTES was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.KILOBYTES instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.385 WARNING (ImportExecutor_0) [homeassistant.const] DATA_MEGABYTES was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.MEGABYTES instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.388 WARNING (ImportExecutor_0) [homeassistant.const] DATA_GIGABYTES was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.GIGABYTES instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.392 WARNING (ImportExecutor_0) [homeassistant.const] DATA_TERABYTES was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.TERABYTES instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.396 WARNING (ImportExecutor_0) [homeassistant.const] DATA_PETABYTES was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.PETABYTES instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.399 WARNING (ImportExecutor_0) [homeassistant.const] DATA_EXABYTES was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.EXABYTES instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.403 WARNING (ImportExecutor_0) [homeassistant.const] DATA_ZETTABYTES was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.ZETTABYTES instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.407 WARNING (ImportExecutor_0) [homeassistant.const] DATA_YOTTABYTES was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.YOTTABYTES instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.410 WARNING (ImportExecutor_0) [homeassistant.const] DATA_KIBIBYTES was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.KIBIBYTES instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.414 WARNING (ImportExecutor_0) [homeassistant.const] DATA_MEBIBYTES was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.MEBIBYTES instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.418 WARNING (ImportExecutor_0) [homeassistant.const] DATA_GIBIBYTES was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.GIBIBYTES instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.421 WARNING (ImportExecutor_0) [homeassistant.const] DATA_TEBIBYTES was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.TEBIBYTES instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.424 WARNING (ImportExecutor_0) [homeassistant.const] DATA_PEBIBYTES was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.PEBIBYTES instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.428 WARNING (ImportExecutor_0) [homeassistant.const] DATA_EXBIBYTES was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.EXBIBYTES instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.431 WARNING (ImportExecutor_0) [homeassistant.const] DATA_ZEBIBYTES was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.ZEBIBYTES instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.435 WARNING (ImportExecutor_0) [homeassistant.const] DATA_YOBIBYTES was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfInformation.YOBIBYTES instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.439 WARNING (ImportExecutor_0) [homeassistant.const] DATA_RATE_BITS_PER_SECOND was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.BITS_PER_SECOND instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.442 WARNING (ImportExecutor_0) [homeassistant.const] DATA_RATE_KILOBITS_PER_SECOND was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.KILOBITS_PER_SECOND instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.446 WARNING (ImportExecutor_0) [homeassistant.const] DATA_RATE_MEGABITS_PER_SECOND was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.MEGABITS_PER_SECOND instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.450 WARNING (ImportExecutor_0) [homeassistant.const] DATA_RATE_GIGABITS_PER_SECOND was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.GIGABITS_PER_SECOND instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.454 WARNING (ImportExecutor_0) [homeassistant.const] DATA_RATE_BYTES_PER_SECOND was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.BYTES_PER_SECOND instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.459 WARNING (ImportExecutor_0) [homeassistant.const] DATA_RATE_KILOBYTES_PER_SECOND was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.KILOBYTES_PER_SECOND instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.463 WARNING (ImportExecutor_0) [homeassistant.const] DATA_RATE_MEGABYTES_PER_SECOND was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.MEGABYTES_PER_SECOND instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.466 WARNING (ImportExecutor_0) [homeassistant.const] DATA_RATE_GIGABYTES_PER_SECOND was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.GIGABYTES_PER_SECOND instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.470 WARNING (ImportExecutor_0) [homeassistant.const] DATA_RATE_KIBIBYTES_PER_SECOND was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.KIBIBYTES_PER_SECOND instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.473 WARNING (ImportExecutor_0) [homeassistant.const] DATA_RATE_MEBIBYTES_PER_SECOND was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.MEBIBYTES_PER_SECOND instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.477 WARNING (ImportExecutor_0) [homeassistant.const] DATA_RATE_GIBIBYTES_PER_SECOND was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfDataRate.GIBIBYTES_PER_SECOND instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.481 WARNING (ImportExecutor_0) [homeassistant.const] ENTITY_CATEGORY_CONFIG was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use EntityCategory.CONFIG instead, please report it to the author of the 'sickchill' custom integration
2024-08-31 14:16:58.484 WARNING (ImportExecutor_0) [homeassistant.const] ENTITY_CATEGORY_DIAGNOSTIC was used from sickchill, this is a deprecated constant which will be removed in HA Core 2025.1. Use EntityCategory.DIAGNOSTIC instead, please report it to the author of the 'sickchill' custom integration

Sickchill using web_Root

Hi,

I use sickchill behind a reverse proxy, so i have chnaged my web_root option in config.ini (web_root = "/sickchill"

This means the component cannot find my sickchill instance as it isn't running on the base url (xxx.xxx.xxx.xxx:8081) instead running on (xxx.xxx.xxx.xxx:8081/sickchill/) any chance of getting a option for this

Thanks

Update for sensor.sickchill fails

Update for sensor.sickchill fails

  • platform: sickchill
    name: sickchill
    token: !secret token-sc
    host: !secret host-sc
    port: 8081
    protocol: 'http'

Update for sensor.sickchill fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 278, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 474, in async_device_update
raise exc
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/sickchill/sensor.py", line 86, in update
ifs_tv_shows = self.get_infos(self.protocol, self.host, self.port, self.token, self.web_root, 'shows')
File "/config/custom_components/sickchill/sensor.py", line 154, in get_infos
ifs_movies = requests.get(url).json()
File "/usr/local/lib/python3.8/site-packages/requests/models.py", line 900, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/local/lib/python3.8/site-packages/simplejson/init.py", line 525, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.8/site-packages/simplejson/decoder.py", line 370, in decode
obj, end = self.raw_decode(s)
File "/usr/local/lib/python3.8/site-packages/simplejson/decoder.py", line 400, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Home Assistant 2021.2.3

Sickchill version
Branch: master
Commit: d76229cd404a162a707d189302990d8911ffe77e
Version: v2021.04.10-1
Database Version: 44.2

There are nog logs on SickChill

HTTPS Support

I understand you aren't using it, but any chance you would add HTTPS support for sickchilll? I would love to use it!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.