Add disabled station anchors version (#31794)

* Add disabled station anchors versions

* remove this
This commit is contained in:
lzk
2024-09-04 12:23:39 +02:00
committed by GitHub
parent 160dd2b5dd
commit 7ce7b9e236

View File

@@ -3,6 +3,7 @@
abstract: true
name: station anchor
description: Prevents stations from moving.
suffix: On
placement:
mode: AlignTileAny
components:
@@ -107,3 +108,11 @@
interfaces:
enum.PowerChargeUiKey.Key:
type: PowerChargeBoundUserInterface
- type: entity
parent: StationAnchor
id: StationAnchorOff
suffix: Off
components:
- type: StationAnchor
switchedOn: false