Skip to content

Commit

Permalink
cleanup readme and blueprint mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
InTheDaylight14 committed Nov 15, 2024
1 parent 53bd5fd commit 9c17f55
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# NPM Switches Custom Integration

[![GitHub Release][releases-shield]][releases]
![GitHub all releases][download-all]
![GitHub release (latest by SemVer)][download-latest]
<!-- ![GitHub all releases][download-all] -->
<!-- ![GitHub release (latest by SemVer)][download-latest] -->
[![GitHub Activity][commits-shield]][commits]

[![License][license-shield]][license]

[![hacs][hacsbadge]][hacs]
![Project Maintenance][maintenance-shield]
[![Community Forum][forum-shield]][forum]
Expand Down
4 changes: 2 additions & 2 deletions custom_components/npm_switches/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""
Custom integration to integrate integration_blueprint with Home Assistant.
Custom integration to integrate npm_switches with Home Assistant.
For more details about this integration, please refer to
https://github.com/custom-components/integration_blueprint
https://github.com/InTheDaylight14/nginx-proxy-manager-switches
"""
import asyncio
from datetime import timedelta
Expand Down
4 changes: 2 additions & 2 deletions custom_components/npm_switches/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
)


class BlueprintFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
"""Config flow for Blueprint."""
class NPMSwitchesFloHandler(config_entries.ConfigFlow, domain=DOMAIN):
"""Config flow for NPM Switches."""

VERSION = 1
CONNECTION_CLASS = config_entries.CONN_CLASS_CLOUD_POLL
Expand Down
2 changes: 1 addition & 1 deletion custom_components/npm_switches/entity.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""BlueprintEntity class"""
"""NPM Switches Entity class"""
from homeassistant.helpers.update_coordinator import CoordinatorEntity
from homeassistant.helpers.device_registry import DeviceInfo
from homeassistant.util import slugify
Expand Down
2 changes: 1 addition & 1 deletion custom_components/npm_switches/switch.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Switch platform for integration_blueprint."""
"""Switch platform for npm_switches."""
import logging
from homeassistant.components.switch import SwitchEntity, SwitchEntityDescription
from homeassistant.util import slugify
Expand Down

0 comments on commit 9c17f55

Please sign in to comment.