mirror of
https://github.com/home-assistant/core.git
synced 2026-05-15 04:51:20 +01:00
fc3843f5e2
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
6 lines
166 B
Python
6 lines
166 B
Python
"""Tests for the pushbullet component."""
|
|
|
|
from homeassistant.const import CONF_API_KEY, CONF_NAME
|
|
|
|
MOCK_CONFIG = {CONF_NAME: "pushbullet", CONF_API_KEY: "MYAPIKEY"}
|