hass-core/tests/components/pushbullet/__init__.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
166 B
Python
Raw Normal View History

"""Tests for the pushbullet component."""
from homeassistant.const import CONF_API_KEY, CONF_NAME
MOCK_CONFIG = {CONF_NAME: "pushbullet", CONF_API_KEY: "MYAPIKEY"}