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
| { | |
| "topics": [ | |
| { | |
| "topic": "homeassistant/sensor/cumulusmx_beaufort_description/config", | |
| "data": "{\"name\": \"Beaufort Description\", \"state_topic\": \"CumulusMX/state\", \"value_template\": \"{{ value_json.beaufort_description }}\", \"unique_id\": \"cumulusmx_beaufort_description\", \"device\": {\"identifiers\": [\"cumulusmx_station\"], \"name\": \"CumulusMX Station\", \"model\": \"CumulusMX\", \"manufacturer\": \"Cumulus\"}}", | |
| "retain": true | |
| }, | |
| { | |
| "topic": "homeassistant/sensor/cumulusmx_beaufort_number/config", | |
| "data": "{\"name\": \"Beaufort Number\", \"state_topic\": \"CumulusMX/state\", \"unit_of_measurement\": \"\", \"value_template\": \"{{ value_json.beaufort_number }}\", \"device_class\": \"enum\", \"unique_id\": \"cumulusmx_beaufort_number\", \"device\": {\"identifiers\": [\"cumulusmx_station\"], \"name\": \"CumulusMX Station\", \"model\": \"CumulusMX\", \"manufacturer\": \"Cumulus\"}}", |
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 Aliexpress Tracking | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Get Link to 17 Track for all orders | |
| // @match http*://trade.aliexpress.com/* | |
| // @require https://code.jquery.com/jquery-latest.js | |
| // @require https://www.17track.net/externalcall.js | |
| // ==/UserScript== |