Skip to content

Commit

Permalink
Merge pull request #5 from tache/lead-fork-updates
Browse files Browse the repository at this point in the history
Updates to denote change in lead fork.
  • Loading branch information
tache authored Jun 20, 2024
2 parents 4a44a1a + 7e36fba commit 68c978b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# No Longer Maintained
@865charlesw had some major life changes and took a break from this project, you may have better luck with @tache's [fork][fork]
# Kidde HomeSafe Integration
# New Lead Fork
The @tache fork will takeover as the lead fork [fork][fork] for this repo.
Thank you to @865charlesw for the awesome start to the effort.

# Kidde HomeSafe Integration
_Integration to integrate with [Kidde HomeSafe][kidde_homesafe]._

## HACS Installation

1. Follow the [HACS instructions][hacs_custom_repo] for a custom repo, using https://github.com/865charlesw/homeassistant-kidde as the URL
1. Follow the [HACS instructions][hacs_custom_repo] for a custom repo, using https://github.com/tache/homeassistant-kidde as the URL
1. Restart your HomeAssistant instance
1. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Kidde"
1. Configuration is done in the UI
Expand Down
6 changes: 3 additions & 3 deletions custom_components/kidde/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"domain": "kidde",
"name": "Kidde HomeSafe",
"codeowners": ["@865charlesw"],
"codeowners": ["@tache"],
"config_flow": true,
"documentation": "https://github.com/865charlesw/homeassistant-kidde-homesafe",
"documentation": "https://github.com/tache/homeassistant-kidde",
"integration_type": "hub",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/865charlesw/homeassistant-kidde-homesafe/issues",
"issue_tracker": "https://github.com/tache/homeassistant-kidde/issues",
"requirements": ["kidde-homesafe"],
"version": "0.0.4"
}

0 comments on commit 68c978b

Please sign in to comment.