This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Add elementary AppCenter Flatpak remote | |
| # Open your Linux terminal/console app, and run: | |
| flatpak remote-add --user --if-not-exists appcenter https://flatpak.elementary.io/repo.flatpakrepo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| type: custom:mini-graph-card | |
| name: Living Room | |
| entities: | |
| - entity: sensor.living_room_avg_temperature | |
| - entity: sensor.living_room_thermostat_living_room_temperature | |
| show_fill: false | |
| - entity: sensor.closet_door_temperature | |
| show_fill: false | |
| animate: true | |
| decimals: 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% if states('sensor.indoor_pm2_5') | float <= 9.0 %} | |
| Good | |
| {% elif states('sensor.indoor_pm2_5') | float <= 35.4 %} | |
| Moderate | |
| {% elif states('sensor.indoor_pm2_5') | float <= 55.4 %} | |
| Unhealthy for Sensitive Groups | |
| {% elif states('sensor.indoor_pm2_5') | float <= 125.4 %} | |
| Unhealthy | |
| {% elif states('sensor.indoor_pm2_5') | float <= 225.4 %} | |
| Very Unhealthy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| type: custom:mini-graph-card | |
| name: Kids Room | |
| entities: | |
| - entity: sensor.kids_room_pm2_5 | |
| - entity: sensor.kids_room_starkvind_pm2_5 | |
| show_fill: false | |
| - entity: sensor.kids_room_vindstyrka_pm2_5 | |
| show_fill: false | |
| animate: true | |
| decimals: 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint: | |
| name: Coin Toss | |
| description: Flip a coin in response to common voice prompts, like “flip a coin” or “heads or tails.” If triggered from a voice satellite, play a little coin toss sound effect as well. | |
| domain: automation | |
| input: | |
| sound_effect: | |
| name: Sound Effect | |
| description: Sound to be played before answering when triggered by a Voice Assist satellite | |
| selector: | |
| media: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| +#############++ | |
| +##+ +#+ | |
| ##+ #+ | |
| +#+ ## | |
| ++###############+ +#+ ## | |
| +##+ +#+ +#+ ## | |
| ++#+ +#+ +#+ ## | |
| ++#+ +#+ +#+ ## | |
| ++#+ +#+ +#+ ## | |
| ++#+ +#+ +#+ #+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Cassidy’s CSS tweaks for mastodon.blaede.family | |
| Inspired in part by TangerineUI: | |
| https://github.com/nileane/TangerineUI-for-Mastodon/ | |
| …but much smaller in scope. | |
| by @cassidy@blaede.family | |
| */ | |
| :root { |
OlderNewer