Rob,
I reinstalled the pi with the following code:
# 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
# Example configuration.yaml entry for USB/serial connected Smartmeter
sensor:
- platform: dsmr
port: /dev/ttyUSB1
dsmr_version: 5
group:
meter_readings:
name: Meter readings
entities:
- sensor.energy_consumption_tarif_1
- sensor.energy_consumption_tarif_2
- sensor.energy_production_tarif_1
- sensor.energy_production_tarif_2
- sensor.gas_consumption
error message:
2020-11-21 07:34:21 ERROR (MainThread) [homeassistant.setup] Setup failed for meter_readings: Integration not found.
2020-11-21 07:34:21 ERROR (MainThread) [homeassistant.config] Invalid config for [sensor.dsmr]: [group] is an invalid option for [sensor.dsmr]. Check: sensor.dsmr->group. (See /config/configuration.yaml, line 15). Please check the docs at https://www.home-assistant.io/integrations/dsmr
2020-11-21 07:48:54 ERROR (MainThread) [homeassistant.components.hassio] Component error: meter_readings - Integration 'meter_readings' not found.
Invalid config for [sensor.dsmr]: [group] is an invalid option for [sensor.dsmr]. Check: sensor.dsmr->group. (See ?, line ?).