Skip to content

Instantly share code, notes, and snippets.

@sorryusernameisalreadytaken
sorryusernameisalreadytaken / gist:3200c356cddc708795b01793f93d39bd
Created January 9, 2024 19:16
traefik docker-compose simple with homeassistant networkmode host
version: "3.5"
services:
traefik:
image: traefik:latest
container_name: traefik
command:
- --api.insecure=true
- --providers.docker=true
- --providers.docker.exposedbydefault=false
- --entrypoints.web.address=:80
@sorryusernameisalreadytaken
sorryusernameisalreadytaken / revip.py
Created March 13, 2023 11:22 — forked from ayoubfathi/revip.py
Using YouGetSignal API to get domains hosted on the same IP - Reverse IP
import requests
import json
import sys
import argparse
_strip = ['http://', 'https://', 'www']
G = '\033[92m'
Y = '\033[93m'
@sorryusernameisalreadytaken
sorryusernameisalreadytaken / sync_trv_with_external_temp_sensor.yaml
Last active December 13, 2022 14:53 — forked from bruvv/sync_trv_with_external_temp_sensor.yaml
Sync TRV SEA802-Z01 with external sensor blueprint
blueprint:
name: Sync TRV temperature for SEA802-Z01
description: Sync external temperature sensor with TRV temperature for SEA802-Z01 with a temp-calibration range of -6 to +6.
domain: automation
input:
ieeeaddressoftrv:
name: IEEE Address
description: This is the address of the TRV found in your zigbee database. Example 0x459877fffe1f2e83
external_temp:
name: Select the external temp sensor