Fix hassfest issues
This commit is contained in:
@@ -1,10 +1,13 @@
|
|||||||
import aiohttp
|
import aiohttp
|
||||||
import voluptuous as vol
|
import voluptuous as vol
|
||||||
from homeassistant.core import HomeAssistant, ServiceCall
|
from homeassistant.core import HomeAssistant, ServiceCall
|
||||||
|
from homeassistant.helpers import config_validation as cv
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
from .const import DOMAIN, PLATFORMS
|
from .const import DOMAIN, PLATFORMS
|
||||||
|
|
||||||
|
CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
_SAY_SCHEMA = vol.Schema({
|
_SAY_SCHEMA = vol.Schema({
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"domain": "jibo",
|
"domain": "jibo",
|
||||||
"name": "OpenJibo",
|
"name": "OpenJibo",
|
||||||
"version": "0.1.0.4",
|
|
||||||
"documentation": "https://jibohacks.zane.org/homeassistant/int",
|
|
||||||
"issue_tracker": "https://github.com/ZaneThePython/openjibo-hacs/issues",
|
|
||||||
"requirements": [],
|
|
||||||
"dependencies": [],
|
|
||||||
"codeowners": ["@ZaneThePython"],
|
"codeowners": ["@ZaneThePython"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
|
"dependencies": [],
|
||||||
|
"documentation": "https://jibohacks.zane.org/homeassistant/int",
|
||||||
|
"integration_type": "device",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"integration_type": "device"
|
"issue_tracker": "https://github.com/ZaneThePython/openjibo-hacs/issues",
|
||||||
|
"requirements": [],
|
||||||
|
"version": "0.1.0.4"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user