Skip to content

Commit

Permalink
family_safety
Browse files Browse the repository at this point in the history
  • Loading branch information
pantherale0 committed Sep 3, 2023
1 parent 97f9a16 commit 60a25d8
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 469 deletions.
2 changes: 1 addition & 1 deletion config/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ default_config:
logger:
default: info
logs:
custom_components.integration_blueprint: debug
custom_components.family_safety: debug
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

LOGGER: Logger = getLogger(__package__)

NAME = "Integration blueprint"
DOMAIN = "integration_blueprint"
NAME = "Microsoft Family Safety"
DOMAIN = "family_safety"
VERSION = "0.0.0"
ATTRIBUTION = "Data provided by http://jsonplaceholder.typicode.com/"
12 changes: 12 additions & 0 deletions custom_components/ha-familysafety/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"domain": "family_safety",
"name": "Microsoft Family Safety",
"codeowners": [
"@pantherale0"
],
"config_flow": true,
"documentation": "https://github.com/pantherale0/ha-familysafety",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/pantherale0/ha-familysafety/issues",
"version": "0.0.0"
}
55 changes: 0 additions & 55 deletions custom_components/integration_blueprint/__init__.py

This file was deleted.

90 changes: 0 additions & 90 deletions custom_components/integration_blueprint/api.py

This file was deleted.

50 changes: 0 additions & 50 deletions custom_components/integration_blueprint/binary_sensor.py

This file was deleted.

80 changes: 0 additions & 80 deletions custom_components/integration_blueprint/config_flow.py

This file was deleted.

49 changes: 0 additions & 49 deletions custom_components/integration_blueprint/coordinator.py

This file was deleted.

25 changes: 0 additions & 25 deletions custom_components/integration_blueprint/entity.py

This file was deleted.

12 changes: 0 additions & 12 deletions custom_components/integration_blueprint/manifest.json

This file was deleted.

Loading

0 comments on commit 60a25d8

Please sign in to comment.