Add ClimaCell weather integration (#36547)

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Raman Gupta 2021-02-24 03:34:27 -05:00 committed by GitHub
parent a632215541
commit eccdae60bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 1144 additions and 0 deletions

View file

@ -0,0 +1,9 @@
"""Constants for climacell tests."""
from homeassistant.const import CONF_API_KEY
API_KEY = "aa"
MIN_CONFIG = {
CONF_API_KEY: API_KEY,
}