Skip to content

Instantly share code, notes, and snippets.

View poldim's full-sized avatar

DK poldim

View GitHub Profile
// ==UserScript==
// @name Aliexpress
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://trade.aliexpress.com/orderList.htm*
// @grant unsafeWindow
// @grant GM_xmlhttpRequest
// @grant GM_setClipboard
@poldim
poldim / tampermonkey_script.user.js
Last active August 1, 2021 13:56
AliExpress Order Detail to CSV Downloader - tampermonkey script
// ==UserScript==
// @name Ali Express Order Downloader
// @namespace https://gist.github.com/
// @version 0.3
// @description Retrieve Aliexpress order information and export as CSV via clipboard
// @author You
// @match https://trade.aliexpress.com/order*ist.htm*
// @grant unsafeWindow
// @grant GM_xmlhttpRequest
// @grant GM_setClipboard
"""
Adds support for generic thermostat units.
For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/climate.generic_thermostat/
"""
import asyncio
import logging
import voluptuous as vol