Refactor repository references

This commit is contained in:
DigiLive
2025-04-26 09:12:41 +02:00
parent bfdd1e88da
commit 984f597ab8
2 changed files with 5 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Wiki
url: https://github.com/AalianKhan/mushroom-strategy/wiki
url: https://github.com/DigiLive/mushroom-strategy/wiki
about: Please consult to Wiki for more information about the strategy and how to configure it.
- name: Discussions
url: https://github.com/AalianKhan/mushroom-strategy/discussions
url: https://github.com/DigiLive/mushroom-strategy/discussions
about: Discuss any other topic about the strategy over here.

View File

@@ -20,14 +20,9 @@ import RegistryFilter from './utilities/RegistryFilter';
* Mushroom Dashboard Strategy.<br>
* <br>
* Mushroom dashboard strategy provides a strategy for Home-Assistant to create a dashboard automatically.<br>
* The strategy makes use Mushroom and Mini Graph cards to represent your entities.<br>
* <br>
* Features:<br>
* 🛠️ Automatically create dashboard with three lines of yaml.<br>
* 😍 Built-in Views for several standard domains.<br>
* 🎨 Many options to customize to your needs.<br>
* <br>
* Check the [Repository]{@link https://github.com/AalianKhan/mushroom-strategy} for more information.
* The strategy makes use Mushroom and Mini Graph cards to represent your entities.
*
* @see https://github.com/DigiLive/mushroom-strategy
*/
class MushroomStrategy extends HTMLTemplateElement {
/**