Skip to content

Instantly share code, notes, and snippets.

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Bench Test",
"type": "python",
"request": "launch",
@vjFaLk
vjFaLk / dashboard.yml
Created January 30, 2020 08:27
Dashboard
- badges: []
cards:
- cards:
- entities:
- sensor.room_humidity
font_size: 75
icon: 'mdi:water-percent'
line_color: var(--accent-color)
line_width: 8
name: Humidity
@vjFaLk
vjFaLk / ombi_api.py
Created January 16, 2020 10:40
Wrapper class for Ombi API
import requests
import os
class OmbiAPI():
"""
Wrapper class for the Ombi API
"""
def __init__(self, host, username, password):