diff --git a/esphome/components/e131/e131.h b/esphome/components/e131/e131.h index 838e30483d..776178b627 100644 --- a/esphome/components/e131/e131.h +++ b/esphome/components/e131/e131.h @@ -24,7 +24,7 @@ struct E131Packet { struct UniverseConsumer { uint16_t universe; - uint8_t consumers; + uint16_t consumers; }; class E131Component : public esphome::Component {