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
| alias: 🌊 Wetterwarnung DWD | |
| description: "" | |
| trigger: | |
| - platform: numeric_state | |
| entity_id: sensor.kreis_viersen_current_warning_level | |
| above: 0 | |
| condition: [] | |
| action: | |
| - service: notify.notify | |
| 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
| <?xml version="1.0"?> | |
| <ServerSettings> | |
| <!-- GENERAL SERVER SETTINGS --> | |
| <!-- Server representation --> | |
| <property name="ServerName" value="Disano"/> <!-- Whatever you want the name of the server to be. --> | |
| <property name="ServerDescription" value="A 7 Days to Die server"/> <!-- Whatever you want the server description to be, will be shown in the server browser. --> | |
| <property name="ServerWebsiteURL" value=""/> <!-- Website URL for the server, will be shown in the serverbrowser as a clickable link --> | |
| <property name="ServerPassword" value=""/> <!-- Password to gain entry to the server --> | |
| <property name="ServerLoginConfirmationText" value="" /> <!-- If set the user will see the message during joining the server and has to confirm it before continuing. For more complex changes to this window you can change the "serverjoinrulesdialog" window in XUi --> |
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
| @charset "UTF-8"; | |
| /** Generated by the DevExpress ThemeBuilder | |
| * Version: 24.2.5 | |
| * http://js.devexpress.com/ThemeBuilder/ | |
| */ | |
| :root { | |
| --dx-font-size-heading-1: 40px; | |
| --dx-font-size-heading-2: 36px; | |
| --dx-font-size-heading-3: 32px; |
OlderNewer