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
# -*- coding: utf-8 -*- | |
''' | |
Zerotier | |
''' | |
# Import python libs | |
from __future__ import absolute_import, generators, print_function, with_statement, unicode_literals | |
import logging | |
import json |
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
! 2021-07-23 https://github.com | |
github.com###dashboard > div.news .release |
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
muliscrape: | |
- name: Modem scraper | |
resource: http://192.168.100.1/cgi-bin/status_cgi | |
scan_interval: 300 | |
sensor: | |
- unique_id: cable_modem_downstream_1_power | |
name: "Cable Modem Downstream 1 Power" | |
unit_of_measurement: 'dBmV' | |
select: ".main_body > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(4)" | |
value_template: '{{ (value.split(" ")[0]) }}' |
OlderNewer