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
| diff --git c/custom_components/beszel-api/__init__.py i/custom_components/beszel-api/__init__.py | |
| index f22e929..d844feb 100644 | |
| --- c/custom_components/beszel-api/__init__.py | |
| +++ i/custom_components/beszel-api/__init__.py | |
| @@ -10,8 +10,8 @@ async def async_setup_entry(hass, entry): | |
| hass.data.setdefault(DOMAIN, {}) | |
| url = entry.data[CONF_URL] | |
| - username = entry.data[CONF_USERNAME] | |
| - password = entry.data[CONF_PASSWORD] |
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
| {% set debug = false %} | |
| {# ==== CONFIGURATION ==== #} | |
| {% set charging_speed_eid = 'number.delta_pro_api_ac_charging_power' %} | |
| {% set main_capacity_eid = 'sensor.delta_pro_api_main_remain_capacity' %} | |
| {% set slave_capacity_eid = 'sensor.delta_pro_api_slave_1_remain_capacity' %} | |
| {% set battery_level_eid = 'sensor.delta_pro_api_battery_level' %} | |
| {% set target_battery_level_eid = 'number.delta_pro_api_max_charge_level' %} | |
| {% set next_outage_eid = 'sensor.kiiv_dtek_3_1_next_planned_outage' %} |
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: Power Outage Starts in | |
| description: "" | |
| triggers: | |
| - event: start | |
| offset: "-2:0:50" | |
| entity_id: calendar.planned_outages_kiiv_dtek_3_1 | |
| trigger: calendar | |
| enabled: false | |
| - event: start | |
| offset: "-1:0:50" |
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
| // ==UserScript== | |
| // @name DOU.ua Forum User Blocker | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0.20 | |
| // @description Block users on DOU.ua forums and hide their comments | |
| // @author You | |
| // @homepage https://gist.github.com/ALERTua/e555998e9c47d99d2bf470f5c9afb3fc | |
| // @downloadURL https://gist.githubusercontent.com/ALERTua/e555998e9c47d99d2bf470f5c9afb3fc/raw | |
| // @updateURL https://gist.githubusercontent.com/ALERTua/e555998e9c47d99d2bf470f5c9afb3fc/raw | |
| // @match *.dou.ua/forums/topic/* |