stuf
This commit is contained in:
parent
880d5187c9
commit
4da544fee8
2 changed files with 43 additions and 46 deletions
|
@ -145,8 +145,7 @@ in {
|
|||
to = "off";
|
||||
}
|
||||
];
|
||||
action = [
|
||||
{
|
||||
action = [{
|
||||
service = "input_select.select_option";
|
||||
data = {
|
||||
entity_id = "input_select.scene";
|
||||
|
@ -198,8 +197,7 @@ in {
|
|||
value_template =
|
||||
''{{ states.input_select.scene.state == "outside" }}'';
|
||||
};
|
||||
action = [
|
||||
{
|
||||
action = [{
|
||||
service = "input_select.select_option";
|
||||
data = {
|
||||
entity_id = "input_select.scene";
|
||||
|
|
|
@ -17,7 +17,6 @@ let
|
|||
# domain will redirect to this map. (not play.${domain})
|
||||
defaultMap = "mrvandalo.github.io/workadventure-worlds/main.json";
|
||||
|
||||
|
||||
apiURL = "api.${domain}";
|
||||
apiPort = 9002;
|
||||
|
||||
|
|
Loading…
Reference in a new issue