- An active LastPass account
- LastPass cli installed, see here
name: my-super-secretusername: my-super-secret-usernamepassword: my-super-secret-password
| name: Publish docs via GitHub Pages | |
| # syncs your mkdocs markdown files with azure devops wiki. | |
| # NOTE: this doesn't work with automated markdown files which maybe generated in your case | |
| # this also doesn't deal with ordering | |
| on: | |
| push: | |
| branches: | |
| - develop | |
| workflow_dispatch: |
| blueprint: | |
| name: Sensor Light | |
| description: > | |
| # 💡 Sensor Light | |
| **Version: 8.5** | |
| Your lighting experience, your way - take control and customize it to perfection! 💡✨ |
| [Unit] | |
| Description=Compile Jinja templates to YAML in Home Assistant config directory | |
| After=network.target | |
| StartLimitIntervalSec=0 | |
| [Service] | |
| Type=simple | |
| Restart=always | |
| RestartSec=3 | |
| ExecStart=/opt/ha_compile_jinja.sh |
| ##/etc/pve/qemu-server/100.conf | |
| ##Network and disks not included in this example | |
| ##Set halt_poll_ns | |
| #set_halt_poll 0 | |
| ##CPU pinning | |
| #cpu_taskset 1-7 | |
| #assign_interrupts --sleep=10s 1-7 --all | |
| agent: 1 |
| let widget = await createWidget(); | |
| if (!config.runsInWidget) { | |
| await widget.presentSmall(); | |
| } | |
| Script.setWidget(widget); | |
| Script.complete(); | |
| async function createWidget(items) { |
| #Possible colors: red, green, yellow, blue, magenta, cyan and white. | |
| colorscheme:hass:Home Assistant | |
| cs_re:blue:^.......... ..:..:.. | |
| cs_re:red:(\sERROR\s) | |
| cs_re:yellow:(\sWARNING\s) | |
| cs_re:blue:(\sDEBUG\s) | |
| cs_re:cyan:: | |
| cs_re:green:\[ | |
| cs_re:green:\] | |
| cs_re:green:\( |
name: my-super-secretusername: my-super-secret-usernamepassword: my-super-secret-passwordCredits and thanks: Home Assistant Forum users & Github users: @ocso, @wiphye, @teachingbirds, @tboyce1, @simbesh, @JeffLIrion @ff12 @rebmemer @siaox @DiederikvandenB @Thebuz @clapbr @Finsterclown
Starts Youtube App
entity_id: media_player.shield
command: >-
#Description This files will enable you to directly connect your widgets with your mqtt broker. It consists of a job, which will manage the connection to your project. It will over a rest api to publish, subscribe and unsubscribe from your widgets.
#Installation Add the mqtt.rb to your dashing jobs.
#Usage To connect a widget to mqtt use a post on 'mqtt/subscribe' on your constructor. As parameters you need to post the topic to subscribe and the widget id. E.g.:
$.post 'mqtt/subscribe',