The RIPE Database has these four main uses
- Keep contact information
- Register IP addresses and AS Numbers
- Publish routing policies
- Provide reverse delegation
There are four ways of updating the database
- Webupdates: It is a web form.
substitutions: | |
device_name: sonoff-pow-r3 | |
device_description: Sonoff Pow R3 | |
friendly_name: Sonoff Pow R3 | |
esphome: | |
name: ${device_name} | |
comment: ${device_description} | |
esp8266: |
substitutions: | |
device_name: 2-gang-dimmer | |
device_description: MOES 2 Gang WiFi Dimmer | |
friendly_name: Living Room Dimmer | |
esphome: | |
name: ${device_name} | |
comment: ${device_description} | |
esp8266: |
- alias: "DIGOO R8S" | |
description: "DIGOO R8S Remote Sensor" | |
trigger: | |
- platform: mqtt | |
topic: "home/OpenMQTTGateway_ESP8266_Pilight/PilighttoMQTT" | |
condition: | |
- condition: template | |
value_template: "{{ trigger.payload_json.protocol == 'tfa' }}" | |
- condition: template | |
value_template: '{{ trigger.payload_json.message.temperature > -10 }}' |
# Install HassOS with the QCOW2 image from https://www.home-assistant.io/hassio/installation/#alternative-install-on-a-generic-linux-host | |
virt-install --import --name Home_Assistant \ | |
--memory 4096 --vcpus 1 --cpu host \ | |
--disk hassos_ova.qcow2,format=qcow2,bus=virtio \ | |
--network bridge=br0,model=virtio \ | |
--os-type=linux \ | |
--os-variant=generic \ | |
--graphics vnc,listen=0.0.0.0,port=5903 \ | |
--autostart \ | |
--noautoconsole \ |
v1.0
Author: Anton Chmutov Derevianko [email protected]