Skip to content

Instantly share code, notes, and snippets.

View Disane87's full-sized avatar
📱
Working from home

Marco Franke Disane87

📱
Working from home
View GitHub Profile
@Disane87
Disane87 / weather-warning.yaml
Created July 21, 2024 19:50
DWD Weather warning HomeAssistant
alias: 🌊 Wetterwarnung DWD
description: ""
trigger:
- platform: numeric_state
entity_id: sensor.kreis_viersen_current_warning_level
above: 0
condition: []
action:
- service: notify.notify
data:
@Disane87
Disane87 / sdtdconfig.xml
Created July 31, 2024 07:04
7 Dasys to die server config
<?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 -->
@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;