/sickchill

Taps into Sickchill Api so you can perform basic commands

Primary LanguagePythonOtherNOASSERTION

Sickchill

Version mantained maintainer

Taps into the Sickchill API and lets you perform basic commands, like restart, daily searches, postprocess, etc.

To get started put the follwing files

/custom_components/sickchill/__init__.py
/custom_components/sickchill/services.yaml

into

<config directory>/custom_components/sickchill/__init__.py
<config directory>/custom_components/sickchill/services.yaml

Example configuration.yaml:

sickchill:
  host: 'http://example.com:8081/api'
  api_key: 'your_api_key'

Creative Commons Attribution-ShareAlike 4.0 International License


Due to how custom_components are loaded, it is normal to see a ModuleNotFoundError error on first boot after adding this, to resolve it, restart Home-Assistant.

~~Very early alpha run at own risk :) ~~ Should work now :)