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
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Wiki
|
- 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.
|
about: Please consult to Wiki for more information about the strategy and how to configure it.
|
||||||
- name: Discussions
|
- 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.
|
about: Discuss any other topic about the strategy over here.
|
||||||
|
@@ -20,14 +20,9 @@ import RegistryFilter from './utilities/RegistryFilter';
|
|||||||
* Mushroom Dashboard Strategy.<br>
|
* Mushroom Dashboard Strategy.<br>
|
||||||
* <br>
|
* <br>
|
||||||
* Mushroom dashboard strategy provides a strategy for Home-Assistant to create a dashboard automatically.<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>
|
* The strategy makes use Mushroom and Mini Graph cards to represent your entities.
|
||||||
* <br>
|
*
|
||||||
* Features:<br>
|
* @see https://github.com/DigiLive/mushroom-strategy
|
||||||
* 🛠️ 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.
|
|
||||||
*/
|
*/
|
||||||
class MushroomStrategy extends HTMLTemplateElement {
|
class MushroomStrategy extends HTMLTemplateElement {
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user