1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-13 10:29:14 +00:00
Rami Mosleh fc3843f5e2
Add config flow to pushbullet ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-11-02 16:11:44 +01:00

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"}