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
input_text: | |
gate_state: | |
name: Gate State | |
--- | |
template: | |
cover: | |
- name: Gate | |
friendly_name: "Gate" |
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
conversation: | |
intents: {} | |
intent_script: | |
ShoppingListAddItem: | |
action: | |
action: todo.add_item | |
target: | |
entity_id: todo.shopping_list | |
data: |
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/bash | |
# Remember to start cloud-provider-kind first: | |
# sudo cloud-provider-kind --enable-lb-port-mapping=true | |
set -euo pipefail | |
command_exists() { | |
command -v "$1" >/dev/null 2>&1 |
OlderNewer