#/config/configuration.yaml # Configure a default setup of Home Assistant (frontend, api, etc) default_config: # Text to speech tts: - platform: google_translate group: !include groups.yaml automation: !include automations.yaml script: !include scripts.yaml scene: !include scenes.yaml # NETPING SNMP CONFIG: switch: - platform: snmp name: One host: 192.168.1.125 baseoid: .1.3.6.1.4.1.25728.5800.3.1.3.1 community: SWITCH payload_on: 1 payload_off: 0 - platform: snmp name: Two host: 192.168.1.125 baseoid: .1.3.6.1.4.1.25728.5800.3.1.3.2 community: SWITCH payload_on: 1 payload_off: 0 cloud: google_actions: entity_config: switch.one: aliases: - Port One - First Port room: living room switch.two: aliases: - Port Two - Second Port room: living room