import React, { Component } from 'react'; import { Typography, Box, Link } from '@material-ui/core'; import { SectionContent } from '../components'; class EMSESPHelp extends Component { render() { return ( EMS-ESP is an open-source firmware to communicate with heating devices that support the EMS protocol, such as equipment from Bosch, Junkers, Nefit, Buderus and Worcester.

Please consider supporting this project via the GitHub page {'http://github.com/proddy/EMS-ESP'}.


Check for news and updates on the {'Wiki'}. For live community chat go to {'Gitter'}. To report an issue or feature request go to {'the github project page'}.
) } } export default EMSESPHelp;