Skip to content

Instantly share code, notes, and snippets.

/* SVG shapes */
svg, svg * {
vector-effect: non-scaling-stroke !important;
pointer-events: all !important;
}
/* Hover over */
.entity:hover {
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@prairiesnpr
prairiesnpr / server_stats2mqtt.py
Created April 15, 2019 00:00
server_stats2mqtt.py
import paho.mqtt.client as mqtt
from urllib.parse import urlparse
import time, datetime
import json
import os
import yaml
import logging
"""
Support for Onkyo Receivers.
For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/media_player.onkyo/
"""
import logging
# pylint: disable=unused-import
from typing import List # noqa: F401