Skip to content

Commit

Permalink
fox: hass warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tdragon committed Apr 19, 2024
1 parent f009564 commit 61186d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
6 changes: 0 additions & 6 deletions custom_components/reef_pi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@
REEFPI_DATETIME_FORMAT = "%b-%d-%H:%M, %Y"


async def async_setup(hass: HomeAssistant, config: Config) -> bool:
"""Set up configured."""
hass.data.setdefault(DOMAIN, {})
return True


async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
"""Set up ha_reef_pi from a config entry."""

Expand Down
16 changes: 6 additions & 10 deletions custom_components/reef_pi/manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
{
"domain": "reef_pi",
"version": "0.3.8",
"name": "Reef PI Integration",
"config_flow": true,
"codeowners": [
"@tdragon",
"@alex255"
],
"documentation": "https://github.com/tdragon/reef-pi-hass-custom",
"issue_tracker": "https://github.com/tdragon/reef-pi-hass-custom/issues",
"ssdp": [],
"zeroconf": [],
"homekit": {},
"requirements": [
"httpx>=0.21.0"
],
"dependencies": [],
"codeowners": [
"@tdragon",
"@alex255"
],
"iot_class": "local_polling"
"iot_class": "local_polling",
"version": "0.3.8",
}

0 comments on commit 61186d2

Please sign in to comment.