mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-08-04 20:14:28 +02:00
Refactor repository references
This commit is contained in:
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -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.
|
||||
|
@@ -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 {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user